[Bug 193479] building java/eclipse in HEAD w/ poudriere: java.lang.OutOfMemoryError: Java heap space

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 24 17:33:54 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193479

--- Comment #3 from Jimmy Kelley <ljboiler at gmail.com> ---
Unfortunately, there is nothing in place for a port to tell a build system
(such as poudriere) about the memory or disk space requirements that the port
has.
>From my work on actually creating and testing this port, and if you are using
the poudriere TMPFS=yes option (you don't say, but I believe it is pretty much
the default), your 4G ram/ 4G swap machine isn't big enough;  the WRKDIR space
needed for the Eclipse port is just over 6G, which is going to leave you with
about 2G for the kernel, poudriere, and the JVM that's doing the actual build. 
If you want to use the TMPFS option, I would add 2G to either the machine ram
or swap space.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list