Skip to content

Commit

Permalink
added headless option to start-up
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2006 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Apr 6, 2006
1 parent bd283b8 commit 6ea93f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startYACY.sh
Expand Up @@ -52,7 +52,7 @@ else
then
nohup java $java_args -classpath classes:htroot:$CLASSPATH yacy >> yacy.log &
else
nohup java $java_args -classpath classes:htroot:$CLASSPATH yacy > /dev/null &
nohup java $java_args -Djava.awt.headless=true -classpath classes:htroot:$CLASSPATH yacy > /dev/null &
# nohup java -Xms160m -Xmx160m -classpath classes:htroot:$CLASSPATH yacy > /dev/null &
fi
echo "****************** YaCy Web Crawler/Indexer & Search Engine *******************"
Expand Down

0 comments on commit 6ea93f5

Please sign in to comment.