Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/eclipse-sdk/files/3.5: jvmarg.patch
Date: Tue, 09 Feb 2010 10:57:05
Message-Id: E1NenmA-0001nk-DJ@stork.gentoo.org
1 ali_bush 10/02/09 10:57:02
2
3 Added: jvmarg.patch
4 Log:
5 Fix out of memory exceptions thanks to Cybercide <cybercide@×××.com>. see #297057.
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-util/eclipse-sdk/files/3.5/jvmarg.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.5/jvmarg.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/eclipse-sdk/files/3.5/jvmarg.patch?rev=1.1&content-type=text/plain
13
14 Index: jvmarg.patch
15 ===================================================================
16 --- a/build/eclipse-build-0_4_RC6/build.xml 2009-11-05 11:15:17.000000000 +0000
17 +++ b/build/eclipse-build-0_4_RC6/build.xml 2010-01-07 22:29:17.000000000 +0000
18 @@ -283,6 +283,7 @@
19 <arg line="-Dbuilder=${buildConfig} " />
20 <arg line="-DbuildDirectory=${buildDirectory} " />
21 <arg line="-consolelog " />
22 + <jvmarg value="-Xmx512m"/>
23 </java>
24 <!--
25 <ant antfile="build.xml" dir="${eclipse.pdebuild.scripts}">