dcapwell commented on code in PR #2056:
URL: https://github.com/apache/cassandra/pull/2056#discussion_r1050999747


##########
build.xml:
##########
@@ -1063,7 +1063,7 @@
         <jvmarg value="-ea"/>
         <jvmarg value="-Djava.io.tmpdir=${tmp.dir}"/>
         <jvmarg value="-Dcassandra.debugrefcount=true"/>
-        <jvmarg value="-Xss256k"/>
+        <jvmarg value="-Xss384k"/>

Review Comment:
   this is a weaker version of 
   
   ```
   commit 4941b279bceb3a0fbe388be4305d25ec771f7b78
   Author: David Capwell <[email protected]>
   Date:   Tue Dec 13 13:37:40 2022 -0800
   
       CEP-10: Simulator Java11 Support
   
       patch by David Capwell; reviewed by Benedict Elliott Smith, Ekaterina 
Dimitrova for CASSANDRA-17178
   ```
   
   I needed as I test on M1 Mac



-- 
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]

Reply via email to