Hi! I am attempting to build James. This is my first experience with this project.
I have tried several JVM configurations, but on both branches 3.2.0 and 3.3.x, my build gets stuck on the project “ES metric reporter”. That project stalls for about 40 minutes or so before I get an OutOfMemoryError. I am following the instructions on this page: http://james.apache.org/server/quick-start-cassandra.html <http://james.apache.org/server/quick-start-cassandra.html> Using this command: mvn package -DskipTests --also-make --projects server/container/guice/cassandra-guice My system: mvn -version Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T03:33:14+09:00) Maven home: /Users/dleangen/.sdkman/candidates/maven/current Java version: 1.8.0_181, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home/jre Default locale: en_JP, platform encoding: UTF-8 OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac" Any hints? Thank you! =David