Closed cmkpl closed 8 years ago
Looks you have too little heap for your JVM, I've never seem memory issues while building APOC.
I try to compile it on a 512MB linux server. What parameters should be used in order to pass the test?
Just tried it:
MAVEN_OPTS="-Xmx512m" mvn clean install
[INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:04 min [INFO] Finished at: 2016-06-14T12:45:32+02:00 [INFO] Final Memory: 42M/262M
Worked also with 256M heap.
[INFO] Total time: 02:19 min [INFO] Finished at: 2016-06-14T13:22:57+02:00 [INFO] Final Memory: 33M/178M
Here is the log while executing maven