Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2014 17:33:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193479] building java/eclipse in HEAD w/ poudriere: java.lang.OutOfMemoryError: Java heap space
Message-ID:  <bug-193479-13-5aULUpYec4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193479-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193479-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193479

--- Comment #3 from Jimmy Kelley <ljboiler@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193479-13-5aULUpYec4>