jbonofre commented on PR #15541:
URL: https://github.com/apache/iceberg/pull/15541#issuecomment-4054948312

   @pvary  my idea is to set maxParallelForks at 4 when testParallelism=auto. 
   
   Currently, the formula was ceil(availableProcessors / 2) with no upper 
bound. 
   Our CI runner has 16 vCPUs, that meant 8 parallel test forks -- each 
configured with 1500m heap (according to `build.gradle`, at line 246).
   
   It means a total of ~12 GB just for test JVMs (without counting Gradle 
itself, etc).
   
   The GitHub ubuntu-24.04 runner has 4 CPUs, so caping here is useless.
   
   Let me close this PR and investigate.


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