jrudolph commented on PR #113:
URL: 
https://github.com/apache/incubator-pekko-http/pull/113#issuecomment-1456095621

   It still seems to fail because the script installed by the ubuntu base image 
adds the default of `-Xmx1024m` to the Java command line. Without that setting 
the JVM will use its default based on the overall memory available (7GB for GH 
action runners), so memory is much more constrained with the new runner.
   
   I now adapted the memory to give to sbt to `-Xmx4g`.
   
   Regardless of this, the test (MessageSpec) that runs into OOM just seems to 
use unlimited memory and only seems to work somewhat accidentally so far, so I 
will fix this as well.


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