ifesdjeen commented on code in PR #3441:
URL: https://github.com/apache/cassandra/pull/3441#discussion_r1692068818
##########
build.xml:
##########
@@ -1797,6 +1797,8 @@
<jvmarg line="-XX:Tier4CompileThreshold=1000"/>
<jvmarg line="-XX:ReservedCodeCacheSize=256M"/>
<jvmarg line="-Xmx8G"/>
+ <!-- Harry tests kept failing due to direct memory failures and looks
like its undersized... so upping to allow more stable runs -->
+ <jvmarg line="-XX:MaxDirectMemorySize=8G"/>
Review Comment:
👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]