Hi raghuni
Yes I understand now. From my understanding RAM is shared between clients anyway, however, you can set a limit as to how much ram is gauranteed to a client.
To do this you have to set it by setting the values for:
vmguarpages:
The memory allocation guarantee, in pages (one page is 4 Kb). VPS applications are guaranteed to be able to allocate additional memory so long as the amount of memory accounted as privvmpages (see the auxiliary parameters) does not
exceed the configured barrier of the vmguarpages parameter. Above the barrier, additional memory allocation is not guaranteed and may fail in case of overall memory shortage.
oomguarpages:
The out-of-memory guarantee, in pages. Any VPS process will not be killed even in case of heavy memory shortage if the current memory consumption (including both physical memory and swap) does not reach the oomguarpages barrier.
privvmpages:
The size of private (or potentially private) memory allocated by an application. The memory that is always shared among different applications is not included in this resource parameter.
Remember the values for the above variables are in 4K page
You can also read the post at
http://forum.ev1servers.net/showthread.php...&threadid=50428
I had a hard time figuring this out but with help of theuruguayan
and SHaRKTooTH I was able to figure it out and set it up.
Please let me know if this help.