mirror of https://github.com/apache/cassandra
ninja: CASSANDRA-16212 caused jvm-dtests to OOM constantly, so disable metaspace limits until the issue is resolved
This commit is contained in:
parent
fae1f88354
commit
e3cf77c730
|
|
@ -216,9 +216,11 @@
|
|||
stop-the-world pause.
|
||||
-->
|
||||
<resources id="_jvm8_test_arg_items">
|
||||
<!-- TODO see CASSANDRA-16212 - we seem to OOM non stop now after CASSANDRA-16212, so to have clean CI while this gets looked into, disabling limiting metaspace
|
||||
<string>-XX:MaxMetaspaceExpansion=64M</string>
|
||||
<string>-XX:MaxMetaspaceSize=512M</string>
|
||||
<string>-XX:MetaspaceSize=128M</string>
|
||||
-->
|
||||
</resources>
|
||||
<pathconvert property="_jvm8_test_arg_items_concat" refid="_jvm8_test_arg_items" pathsep=" "/>
|
||||
<resources id="_jvm11_test_arg_items">
|
||||
|
|
|
|||
Loading…
Reference in New Issue