Mailinglist Archive: opensuse-java (5 mails)
| < Previous | Next > |
Re: [opensuse-java] build failed due to out of memory - javac
- From: Roberto Mannai <robermann@xxxxxxxxx>
- Date: Wed, 1 Sep 2010 16:10:58 +0200
- Message-id: <AANLkTimHDg02o=U2U68R+yBwL=+nO_Grg0s=weLU0vuj@xxxxxxxxxxxxxx>
Do you use an ANT build file? If yes, you can control javac
parameters, for example:
<javac ..... fork="true" memoryInitialSize="128m" memoryMaximumSize="512m">
On Wed, Sep 1, 2010 at 3:39 PM, Denny <opensuse@xxxxxxxxxxxxx> wrote:
To unsubscribe, e-mail: opensuse-java+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-java+help@xxxxxxxxxxxx
parameters, for example:
<javac ..... fork="true" memoryInitialSize="128m" memoryMaximumSize="512m">
On Wed, Sep 1, 2010 at 3:39 PM, Denny <opensuse@xxxxxxxxxxxxx> wrote:
--
Dear all,
during for some of my x64 builds for package scala I encounter some "failed"
results from the build
process with an error message saying "out of memory" during build process.
how can I expand the available memory for java/javac for building this
package in obs?
What would be the approach - patching the build script or set it in spec file
(i would prefer the
later)
thank you for your help.
-Denny
--
To unsubscribe, e-mail: opensuse-java+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-java+help@xxxxxxxxxxxx
To unsubscribe, e-mail: opensuse-java+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-java+help@xxxxxxxxxxxx
| < Previous | Next > |