frankgh commented on code in PR #78:
URL: https://github.com/apache/cassandra-sidecar/pull/78#discussion_r1393493939


##########
build.gradle:
##########
@@ -323,6 +323,8 @@ tasks.register("integrationTest", Test) {
         jvmArgs(JDK11_OPTIONS)
         println("JVM arguments for $project.name are $allJvmArgs")
     }
+    // Disable direct memory allocator as it doesn't release properly
+    systemProperty "cassandra.netty_use_heap_allocator", "true"

Review Comment:
   we can now run two integration tests concurrently in CI with this setting



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