jyothsnakonisa commented on code in PR #334:
URL: https://github.com/apache/cassandra-sidecar/pull/334#discussion_r3059800297


##########
.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:
   Curious how is reducing INTEGRATION_MAX_HEAP_SIZE from "2500M" to "2000M" 
fixes the CI



##########
server/src/test/integration/org/apache/cassandra/sidecar/cluster/driver/SidecarLoadBalancingPolicyTest.java:
##########
@@ -42,6 +43,7 @@
 /**
  * A test for the SidecarLoadBalancingPolicy
  */
+@Tag("heavy")

Review Comment:
   How did you find out that only these tests have to be marked as heavy to 
resolve CI issues



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