put nice back in the script instead of crontab

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@226759 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-08-01 08:02:26 +00:00
parent f9251857f3
commit fea880dce0
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ if [ -z "$JAVA_HOME" ]; then
JAVA_HOME=/usr/local/java
fi
$JAVA_HOME/bin/java -Xmx128M -Xms64M -Xincgc $JAVA_OPTS -classpath ${CP} org.apache.maven.tools.repoclean.Main $*
nice -n 19 $JAVA_HOME/bin/java -Xmx128M -Xms64M -Xincgc $JAVA_OPTS -classpath ${CP} org.apache.maven.tools.repoclean.Main $*