Results 1 to 3 of 3
I have run very sensitive programs that act as a server for clients. Since I use so many resources, whenever I do something extensive like using a find + a ...
- 03-06-2009 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 7
Setting high priority to process
I have run very sensitive programs that act as a server for clients. Since I use so many resources, whenever I do something extensive like using a find + a xargs grep command sometimes it will cause a few of the servers to disconnect.
What is the easiest way to prevent this besides not running the commands? Is there any way I can tell linux to have the highest priority to those servers?
- 03-06-2009 #2
Maybe with renice.
Debian GNU/Linux -- You know you want it.
- 03-06-2009 #3
as GNUFan said , use
reniceNegative values refers higher priority (-19 highest priority)renice priority process_id
man renice- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote
