This is an automated email from the ASF dual-hosted git repository.
dcapwell pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new e3cf77c ninja: CASSANDRA-16212 caused jvm-dtests to OOM constantly,
so disable metaspace limits until the issue is resolved
e3cf77c is described below
commit e3cf77c730fe15a9b50e64908bc84776b0b6291d
Author: David Capwell <[email protected]>
AuthorDate: Thu Nov 19 10:42:46 2020 -0800
ninja: CASSANDRA-16212 caused jvm-dtests to OOM constantly, so disable
metaspace limits until the issue is resolved
---
build.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.xml b/build.xml
index f8183ae..58704ef 100644
--- a/build.xml
+++ b/build.xml
@@ -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">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]