summaryrefslogtreecommitdiff
path: root/startYACY.sh
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-08-31 16:02:06 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-08-31 16:02:06 +0000
commit1c007188adea9a560483f10157425c615808abfa (patch)
tree482641bdd8dfcccd14de50cbbcb65b5bfcd38ef5 /startYACY.sh
parentb00e69c5dfad11732c6b3a02cd4149bea8ec902b (diff)
bugfixes in html parser
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7912 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'startYACY.sh')
-rwxr-xr-xstartYACY.sh2
1 files changed, 2 insertions, 0 deletions
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.