Re: Seeking help with Java compile heap memory out-of-memory error on armel for zeroc-ice build
Chris Knadle <[email protected]>
| Newsgroups | gmane.linux.debian.devel.java |
|---|---|
| Message-ID | <[email protected]> |
Thank you this sounds promising. Would you consider this option in debian/rules to be safe to deploy to all architectures? i.e. would adding this globally be an acceptable bug fix? Cheers, Chris On 5/3/24 00:06, tony mancill wrote: > On Thu, May 02, 2024 at 01:54:51PM +1200, Vladimir Petko wrote: >> Unfortunately I do not have an armel box accessible, but maybe >> tweaking Gradle heap size through 'export GRADLE_OPTS=-Xmx<heapsize>' >> might help? >> I have tried with export GRADLE_OPTS=-Xmx512M and the package was >> built successfully. > Hi Chris, > > If it saves you any time (it's a long build), I was able to build > zeroc-ice successfully on armel after adding Vladimir's suggestion to > debian/rules. > > Cheers, > tony