summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Merkel <tm@core.io>2025-03-22 13:50:56 +0100
committerThomas Merkel <tm@core.io>2025-03-22 13:50:56 +0100
commit32fbdd9cdeedbebb4986cf3408d7a3d10f01aa28 (patch)
treeed925027c373aa9a95dfabcb1e42a999e04e27c5
parent4953151f6ffa361906049bd2e3ab91b8354e84c8 (diff)
Remove deprectated JAVA_ARGS
Both JAVA_ARGS are obsolete since JDK14 and expired in JDK15. They are no longer work on modern illumos (SunOS) distributions. Additonal the comment mention Darwin which is not SunOS.
-rwxr-xr-xstartYACY.sh3
1 files changed, 0 insertions, 3 deletions
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