I am using OS X 10.5.8 and in spite of having 5GB of RAM memory, I face a lot of inactive RAM, and go to the terminal and purge it via the "purge" command (of course without quotes).
I do this almost every two days, some application(s) is(are) probably not freeing up memory.
I would like to know if this command is harmfull/if it can "damage" anything in the system/in open applications?
purgeunless you're trying to do performance testing by flushing the disk cache, which causes page hits to take longer, because it has to read them back into memory. What are you trying to accomplish? Memory marked "inactive" (displayed in blue by Activity Monitor) is memory that hasn't been touched recently, so the OS will page it out before "active" memory, but inactive memory still contains data that may not be on disk, so it will take time to write. And,purgecan also purge active memory and usually causes severe computer slowdowns. – Chris Page Jun 29 '12 at 13:13