Setting up a load cap for a container: is this possible? [message #52056] |
Wed, 20 May 2015 09:24 |
fabioganga
Messages: 3 Registered: May 2015 Location: Tenerife
|
Junior Member |
|
|
Dear friends,
I am running a server with SolusVM (1 master + 3 slaves).
Quite often I have problems with individual containers having sudden peaks of high load (in one case, one container even reached over 2,000 which is totally unacceptable!).
I'm looking for a way (if at all possible) to set up a load cap for containers, so as not o have problems of any of them affecting the global performance of the node.
I don't want the container suspended if the cap is exceeded, it should just be a cap that cannot be exceeded.
Is this at all possible? I know it's not possible from within SolusVM, is there any workaround?
I need to resolve this problem, what is your best suggestion?
Thanks!
|
|
|
Re: Setting up a load cap for a container: is this possible? [message #52057 is a reply to message #52056] |
Wed, 20 May 2015 17:09 |
Paparaciz
Messages: 302 Registered: August 2009
|
Senior Member |
|
|
write some script which monitors containers and if needed set some low limits for particular container.
if it is the same container everytime, just set lower limits so that it will not affect other containers in case of problem.
check cpuunits limit. I don't know is it working or no, but maybe it can help
|
|
|
|
|
|
|
|