You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/eclipse-sdk/files/3.5/jvmarg.patch

11 lines
425 B

--- a/build/eclipse-build-0_4_RC6/build.xml 2009-11-05 11:15:17.000000000 +0000
+++ b/build/eclipse-build-0_4_RC6/build.xml 2010-01-07 22:29:17.000000000 +0000
@@ -283,6 +283,7 @@
<arg line="-Dbuilder=${buildConfig} " />
<arg line="-DbuildDirectory=${buildDirectory} " />
<arg line="-consolelog " />
+ <jvmarg value="-Xmx512m"/>
</java>
<!--
<ant antfile="build.xml" dir="${eclipse.pdebuild.scripts}">