Search found 2 matches

by mgl
Tue Jan 05, 2010 12:13 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: chrt -r 20
Replies: 3
Views: 1020

Re: chrt -r 20

Thanks for the suggestions. 1. I'm not too clear on the difference between the fifo and rr schedulers though. Why did you put "chrt -f 50" in your example as opposed to "chrt -r 20" like you have in this post? 2. I usually run my servers using screen like so: screen -A -m -d -S s...
by mgl
Mon Jan 04, 2010 8:53 pm
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: chrt -r 20
Replies: 3
Views: 1020

chrt -r 20

On my VDS, when I run "chrt -r 20" with my start command I get the following output: sched_setscheduler: Operation not permitted failed to set pid 0's policy I was told that this sounds as though I may be running the command as a non-root user. This is true and running the command as root ...