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 5, 2024
1 parent b9388c3 commit 784fb7d
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 @@ -367,7 +367,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 784fb7d

Please sign in to comment.