summaryrefslogtreecommitdiff
path: root/sources/bin
diff options
context:
space:
mode:
authorschinz <schinz@epfl.ch>2005-01-17 15:20:10 +0000
committerschinz <schinz@epfl.ch>2005-01-17 15:20:10 +0000
commit5c3266e3d1ae364b1d1a3f4e1e00e54f6edbfbc7 (patch)
treeec752b3967308b3f44129a90a77b0637660f9ded /sources/bin
parent9b6cd968469857aba8de3b3a1f5f5906d3cc06b8 (diff)
downloadscala-5c3266e3d1ae364b1d1a3f4e1e00e54f6edbfbc7.tar.gz
scala-5c3266e3d1ae364b1d1a3f4e1e00e54f6edbfbc7.tar.bz2
scala-5c3266e3d1ae364b1d1a3f4e1e00e54f6edbfbc7.zip
- pushed max memory use to 512 Mb
Diffstat (limited to 'sources/bin')
-rw-r--r--sources/bin/.scala_wrapper.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index 6aff224f99..99dd5813a7 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -987,7 +987,7 @@ test_main() {
esac;
fi;
- SCALA_SCALA_ARGS="-Xmx128M $SCALA_SCALA_ARGS";
+ SCALA_SCALA_ARGS="-Xmx512M $SCALA_SCALA_ARGS";
export SCALA_SCALA_ARGS;
if [ -n "$OBJDIR" ]; then