diff --git a/botanjs/compressor/closure.py b/botanjs/compressor/closure.py index 74468e7..9a9c42e 100755 --- a/botanjs/compressor/closure.py +++ b/botanjs/compressor/closure.py @@ -23,7 +23,7 @@ class Wrapper: E = "" def __init__( self ): - self.C = "java -jar "+ COMPILER + " " + " ".join( COMPILER_OPTIONS ) + self.C = "java -jar -Xmx64M "+ COMPILER + " " + " ".join( COMPILER_OPTIONS ) def scanExterns( self, sdir ): for root, dirs, files in os.walk( sdir ):