Centova Technologies Forum

Centova Cast v2 => Technical discussion => Topic started by: camerona on August 24, 2012, 05:19:52 am

Title: Really High RAM Usage
Post by: camerona on August 24, 2012, 05:19:52 am
Hi,

My centova cast is using a lot of ram! I have a server with 4GB ram and I only have 230MB left! I only have about 40 accounts on this server.

Has anyone else experienced this and can anyone recommend a way to fix this?

Thanks in advance :)
Title: Re: Really High RAM Usage
Post by: My Auto DJ on August 24, 2012, 05:44:56 am
Yes that sounds about right to me, don't think there is anything to fix other than remove some accounts or upgrade your RAM - the icescc auto dj uses a lot more server resources vs sctrans, which is used in the new Centovav3.
Title: Re: Really High RAM Usage
Post by: Centova - Steve B. on September 05, 2012, 12:44:08 am
Most likely you just don't understand how RAM is used on Linux.  In /proc/meminfo your actual available memory is the sum of the "MemFree" and "Cached" values.

Users experiencing "very high memory usage!!!1111" on Linux are usually unaware that the kernel tries to use all of your free memory for its file cache and auto-frees that memory as applications need it.  So no matter how much memory you have, the kernel will try to use it all, because hey, memory is fast, and it'd be dumb not to.