kernel tuning

quentin.smith0
Posts: 22
Joined: Thu Feb 05, 2004 11:45 am

kernel tuning

Post by quentin.smith0 »

Okay, their are running the indexer form a scripted not the command line. I gave you a copy of one of the lines.

/web/etexas/htdocs/webinator/bin/gw -rewalk -d /web/etexas/htdocs/webinator/db \
-recall=etexas > /tmp/rewalk.etex
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

kernel tuning

Post by mark »

A shell script is basically a bunch of command lines strung together. The same rules apply. You can put the nice in front of the gw command line in the script or you can put it in front of the script when you run it. Doing the latter will make everything in the script run at nice level.
quentin.smith0
Posts: 22
Joined: Thu Feb 05, 2004 11:45 am

kernel tuning

Post by quentin.smith0 »

Cool, thank you for your help.
quentin.smith0
Posts: 22
Joined: Thu Feb 05, 2004 11:45 am

kernel tuning

Post by quentin.smith0 »

I am running my script as a cronjob.
Post Reply