[Jython-checkins] jython: up maxmem to 512m for compile target

oti.humbel jython-checkins at python.org
Sat Jul 26 16:59:15 CEST 2014


http://hg.python.org/jython/rev/b0e5c8c77a25
changeset:   7352:b0e5c8c77a25
user:        larsbutler
date:        Sat Jul 26 16:57:02 2014 +0200
summary:
  up maxmem to 512m for compile target

files:
  build.xml |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -475,7 +475,7 @@
                debug="${debug}"
                deprecation="${deprecation}"
                nowarn="${nowarn}"
-               memoryMaximumSize="192m"
+               memoryMaximumSize="512m"
                fork="true"
                encoding="UTF-8">
             <compilerarg line="${javac.Xlint}"/>

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list