I have a running server which has 100 users. When users connect to server and run their programs cpu hits high values after a while. How can i organize my server's cpu like organizing network with tc (traffic control) in linux. Thanks
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Oct 20 '11 at 15:10
|
man ulimit for how to do this inside a shell, somewhat. Of course, you don't specify what "connect to server and run programs" actually entails. |
|||
|
|
|
If you're running a modern kernel, you can limit resource access with |
|||
|
|