Page 2 of 2
kernel tuning
Posted: Wed Mar 24, 2004 1:58 pm
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
kernel tuning
Posted: Wed Mar 24, 2004 3:16 pm
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.
kernel tuning
Posted: Wed Mar 24, 2004 3:23 pm
by quentin.smith0
Cool, thank you for your help.
kernel tuning
Posted: Wed Mar 24, 2004 4:24 pm
by quentin.smith0
I am running my script as a cronjob.