On Wed, Jul 04, 2007 at 01:47:38PM +0400, Arun Kumar wrote:
I've noticed strange thing about my ser(0.9.6) day by day memory usage is getting increas and even after stopping my ser its not releasing the memory.
Do you actually see an increase in the amount of memory that is allocated to your processes? If you only see a decrease in "free" memory along with an increase in "cache" or "buffer" memory, this is nothing to worry about. Operating systems usually try to use as much otherwise unused memory as possible for the file system cache. This memory will automatically be freed up by the OS if it is required for other purposes.
Regards, Jan