Skip to content

Commit

Permalink
change GC to -XX:+UseParallelGC
Browse files Browse the repository at this point in the history
  • Loading branch information
akamarouski committed Mar 6, 2024
1 parent a17ecd0 commit d9174f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ touch ${TASK_LOG}
echo $CMD

$CMD &
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -XX:+UseG1GC -XX:+UseStringDeduplication -XX:InitialRAMPercentage=25.0 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -cp /opt/mcloud-node-1.0.jar:/opt/mcloud-node.jar -javaagent:/opt/mcloud-node-agent.jar org.openqa.selenium.grid.Bootstrap node \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -XX:+UseParallelGC -XX:+UseStringDeduplication -XX:InitialRAMPercentage=25.0 -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -cp /opt/mcloud-node-1.0.jar:/opt/mcloud-node.jar -javaagent:/opt/mcloud-node-agent.jar org.openqa.selenium.grid.Bootstrap node \
--port 7777 \
--config $NODE_CONFIG_JSON &
trap 'finish' SIGTERM
Expand Down

0 comments on commit d9174f0

Please sign in to comment.