I have a production R50 which has an application used by around 30 - 50 users.
On the same box I have developers that suck up too much CPU, causing a
peformance issues with my users.
So what I want to achieve is to give these application users a higher
CPU priority than these developers.
here is my class file
System:
Default:
tier = 1
applicationusers:
description = "application_users"
See how I have set the tier to 1 for the default, system class tier is defaulted to 0, and I have a application class tier set to 0. Will I get the desired result with this. Something tells me it won't
Thanks
On the same box I have developers that suck up too much CPU, causing a
peformance issues with my users.
So what I want to achieve is to give these application users a higher
CPU priority than these developers.
here is my class file
System:
Default:
tier = 1
applicationusers:
description = "application_users"
See how I have set the tier to 1 for the default, system class tier is defaulted to 0, and I have a application class tier set to 0. Will I get the desired result with this. Something tells me it won't
Thanks