|
So what's the blurb about the
scheduler. Well, basically the Operating System has different parts
which run in parallel and the way the processing power is distributed
between them changes the way the server performs under high load. If
other processes run on the same computer it will therefor influence how
much cpu time hssTVS gets compared to them. A setting of 2 for the
scheduler will shutdown all other services with a lesser priority in
case the server is under maximum load, so handle that carefully.
However, if you use the computer mainly as web-server you can get a bit
better response times with a high setting here, but normally just
changing the nice value to -20 should be enough to guaranty good
performance and a fast initial response.
|