Re: [infinispan-dev] Testsuite: memory usage?

2018-02-14 Thread Dan Berindei
forkJvmArgs used to be "-Xmx2G" before ISPN-8478. I reduced the heap to 1G because we were trying to run the build on agent VMs with only 4GB of RAM, and the 2GB heap was making the build run out of native memory. I've yet to see an OOME in the core tests, locally or in CI. But I also included -XX

[infinispan-dev] Testsuite: memory usage?

2018-02-14 Thread Sanne Grinovero
Hey all, I'm having OOMs running the tests of infinispan-core. Initially I thought it was related to limits and security as that's the usual suspect, but no it's really just not enough memory :) Found that the root pom.xml sets a property to Xmx1G for surefire; I've been observing the growth of

Re: [infinispan-dev] [ANNOUNCE] Infinispan 9.2.0.RC2

2018-02-14 Thread Thomas SEGISMONT
Hi everyone, Just wanted to let you know that the Vert.x cluster manager test suite works fine with 9.2.0.CR2 ( https://github.com/vert-x3/vertx-infinispan/pull/47). It uses these new features: - multimap caches - clustered locks - strong counters Thank you all for the great work and especially K