skoppu22 commented on code in PR #334:
URL: https://github.com/apache/cassandra-sidecar/pull/334#discussion_r3059827649
##########
.circleci/config.yml:
##########
@@ -119,16 +119,16 @@ jobs:
docker:
- image: cimg/openjdk:11.0
environment:
- INTEGRATION_MAX_PARALLEL_FORKS: 3
- INTEGRATION_MAX_HEAP_SIZE: "2500M"
+ INTEGRATION_MAX_PARALLEL_FORKS: 2
+ INTEGRATION_MAX_HEAP_SIZE: "2000M"
Review Comment:
Light weight tests don't need 2500M heap, they can run just fine with lower
heap as well. The main fix is --max-workers and reducing the parallelism.
Reduced max heap value to ensure we don't go beyond calculations and hit OOM
again.
--
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]