From: <pj...@us...> - 2008-12-17 07:08:01
|
Revision: 5772 http://jython.svn.sourceforge.net/jython/?rev=5772&view=rev Author: pjenvey Date: 2008-12-17 07:07:56 +0000 (Wed, 17 Dec 2008) Log Message: ----------- feed me, Seymour Modified Paths: -------------- trunk/jython/build.xml Modified: trunk/jython/build.xml =================================================================== --- trunk/jython/build.xml 2008-12-17 03:56:56 UTC (rev 5771) +++ trunk/jython/build.xml 2008-12-17 07:07:56 UTC (rev 5772) @@ -178,9 +178,9 @@ <pathelement path="${exposed.dir}" /> <pathelement path="${compile.dir}" /> </path> - <!-- 64 bit Java 6 needs about 96m for regrtest on most platforms, but Apple's needs - 144m --> - <property name="regrtest.Xmx" value="-Xmx144m" /> + <!-- 64 bit Java 6 needs roughly 96m for regrtest on most platforms, but Apple's needs + more --> + <property name="regrtest.Xmx" value="-Xmx160m" /> </target> <target name="version-init"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |