From 1c007188adea9a560483f10157425c615808abfa Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 31 Aug 2011 16:02:06 +0000 Subject: bugfixes in html parser git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7912 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- startYACY.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'startYACY.sh') diff --git a/startYACY.sh b/startYACY.sh index 47f9adbe8..481618c83 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -124,6 +124,8 @@ then then ENABLEHUGEPAGES=1 fi + # the G1 GC is on by default in Java7, so we try that here as well + # JAVA_ARGS="$JAVA_ARGS -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC" elif [ $OS = "SunOS" ] then # the UseConcMarkSweepGC option caused a full CPU usage - bug on Darwin. -- cgit v1.2.3