diff --git a/startYACY.sh b/startYACY.sh index e1cac6ba5..52ad55b67 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -177,9 +177,6 @@ then # JAVA_ARGS="$JAVA_ARGS -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC" elif [ $OS = "SunOS" ] then - # the UseConcMarkSweepGC option caused a full CPU usage - bug on Darwin. - # It was reported that the same option causes good performance on solaris. - JAVA_ARGS="$JAVA_ARGS -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode" ENABLEHUGEPAGES=1 fi