OpenVZ Forum


Home » General » Support » How come, that my VDS system uses that much rams?
Re: How come, that my VDS system uses that much rams? [message #40124 is a reply to message #40106] Mon, 19 July 2010 09:22 Go to previous message
khorenko is currently offline  khorenko
Messages: 533
Registered: January 2006
Location: Moscow, Russia
Senior Member
Well, looks like your applications really allocate all the memory available on the node:
you can see this by failcounters for "privvmpages" parameter.

If you cannot do anything with processes running inside the Container, the only way left is to increase the privvmpages value (read - buy an account with more memory).

Alternatively you can try somehow to optimize the processes inside CT in order not to ALLOCATE a lot of RAM while real USE of that memory is not so high.

According to "oomguarpages" usage value all processes really USE only 140Mb of RAM, all the other memory (1Gb-140Mb) is just allocated, but not really used.

You can check the processes one by one from your "ps" output and check "VSZ" and "RSS" values: the first one is how much is ALLOCATED, the later - how much is used. After that just take a look at applications configurations - if you can somehow tell them not to PREALLOCATE too much memory, for example for some application internal buffers/caches, etc.

Hope that helps.

--
Konstantin


If your problem is solved - please, report it!
It's even more important than reporting the problem itself...
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problems with new IP range
Next Topic: X-Server inside Container?
Goto Forum:
  


Current Time: Fri Oct 18 05:15:29 GMT 2024

Total time taken to generate the page: 0.05287 seconds