# HG changeset patch # User Jon VanAlten # Date 1401725284 21600 # Node ID 60643e432434eb6ec46ce939d3bfbfd430fc206f # Parent 9a29868e2610de7523e7caea4317924002e442ed Thermostat fails to build with OutOfMemoryError reviewed-by: omajid, neugens review-thread: http://icedtea.classpath.org/pipermail/thermostat/2014-May/009904.html Fixes PR1818 Configure maven-compiler-plugin to fork compile jobs and specify initial and max memory values rather than rely on system-dependent default behaviour. diff -r 9a29868e2610 -r 60643e432434 pom.xml --- a/pom.xml Mon Mar 10 18:35:14 2014 -0400 +++ b/pom.xml Mon Jun 02 10:08:04 2014 -0600 @@ -212,6 +212,9 @@ maven-compiler-plugin 2.3.2 + true + 128m + 1024m ${thermostat.java.version} ${thermostat.java.version}