Skip to content
Snippets Groups Projects
Commit 3bf45e11 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

Merge pull request #6583 from carl-mastrangelo/dotdotdot

Fix stress test JVM Args
parents 9ad288e7 013a0ea4
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
"total_only": "true" "total_only": "true"
}, },
"env": { "env": {
"STRESSTEST_CLIENT_OPTS":"-Xmx3g -Xms3g -XX:NewSize=1.5g -XX:MaxNewSize=1.5g" "STRESSTEST_CLIENT_OPTS":"-Xmx3g -Xms3g -XX:NewSize=1500m -XX:MaxNewSize=1500m -XX:+UseConcMarkSweepGC"
} }
} }
}, },
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"use_tls": "false" "use_tls": "false"
}, },
"env": { "env": {
"TEST_SERVER_OPTS":"-Xmx3g -Xms3g -XX:NewSize=1.5g -XX:MaxNewSize=1.5g" "TEST_SERVER_OPTS":"-Xmx3g -Xms3g -XX:NewSize=1500m -XX:MaxNewSize=1500m -XX:+UseConcMarkSweepGC"
} }
} }
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment