Skip to content
Snippets Groups Projects
Commit 86cf1d23 authored by Carl Mastrangelo's avatar Carl Mastrangelo
Browse files

Set GC params for Java Stress Test

parent 962e86c4
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,9 @@
"metricsArgs": {
"metrics_server_address": "localhost:8081",
"total_only": "true"
},
"env": {
"STRESSTEST_CLIENT_OPTS":"-Xmx3g -Xms3g -XX:NewSize=1.5g -XX:MaxNewSize=1.5g"
}
}
},
......@@ -44,7 +47,10 @@
"serverPort": 8080,
"serverArgs": {
"port": 8080,
"use_tls": "false"
"use_tls": "false"
},
"env": {
"TEST_SERVER_OPTS":"-Xmx3g -Xms3g -XX:NewSize=1.5g -XX:MaxNewSize=1.5g"
}
}
},
......
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