Repository: camel Updated Branches: refs/heads/master 173ec6aee -> 275f1d82b
On my OSX machine, camel-core is taking 10's of minutes to compile due to memory constraints and amount of time being spend in GC. Increase the amount of memory. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/275f1d82 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/275f1d82 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/275f1d82 Branch: refs/heads/master Commit: 275f1d82be2b493b8852ec351142468f2ef6b4ea Parents: 173ec6a Author: Daniel Kulp <dk...@apache.org> Authored: Wed Jan 27 10:47:52 2016 -0500 Committer: Daniel Kulp <dk...@apache.org> Committed: Wed Jan 27 10:49:09 2016 -0500 ---------------------------------------------------------------------- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/275f1d82/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d797280..4288391 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -2750,7 +2750,7 @@ <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target> - <maxmem>256M</maxmem> + <maxmem>512M</maxmem> <fork>${compiler.fork}</fork> </configuration> </plugin> @@ -3170,7 +3170,7 @@ <configuration> <source>${jdk.version}</source> <target>${jdk.version}</target> - <maxmem>256M</maxmem> + <maxmem>512M</maxmem> <fork>${compiler.fork}</fork> <compilerId>javac-with-errorprone</compilerId> <forceJavacCompilerUse>true</forceJavacCompilerUse>