Skip to content

Commit

Permalink
add MaxGCPauseMillis
Browse files Browse the repository at this point in the history
  • Loading branch information
akamarouski committed Mar 8, 2024
1 parent 54db680 commit 72f9ffd
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:+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 \
java ${JAVA_OPTS} -Djava.security.egd=file:/dev/./urandom -XX:+UseParallelGC -XX:MaxGCPauseMillis=500 -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 72f9ffd

Please sign in to comment.