We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c499250 commit 3fc1ec4Copy full SHA for 3fc1ec4
assembly/bin/supersonic-daemon.sh
@@ -61,7 +61,7 @@ function runJavaService {
61
fi
62
export PATH=$JAVA_HOME/bin:$PATH
63
command="-Dfile.encoding=UTF-8 -Duser.language=Zh -Duser.region=CN -Duser.timezone=GMT+08
64
- -Dapp_name=${local_app_name} -Xms1024m -Xmx2048m $main_class"
+ -Dapp_name=${local_app_name} -Xms1024m -Xmx2048m -XX:+UseZGC -XX:+ZGenerational $main_class"
65
66
mkdir -p $javaRunDir/logs
67
java -Dspring.profiles.active="$profile" $command >/dev/null 2>$javaRunDir/logs/error.log &
0 commit comments