Skip to content

Commit

Permalink
add mem for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 6, 2013
1 parent f8ee993 commit 16ba7f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/run-canterbury-compress.sh
Expand Up @@ -7,7 +7,7 @@ echo "About to run test on Canterbury corpus files"
# group by... hmmh. 5.5 would be optimal. But I guess 6 has to do?

java -server -cp lib/japex/\* \
-Xmx400M \
-Xmx512M \
-Djava.awt.headless=true \
-Djapex.runsPerDriver=1 \
-Djapex.warmupTime=7 \
Expand Down
2 changes: 1 addition & 1 deletion bin/run-canterbury-roundtrip.sh
Expand Up @@ -7,7 +7,7 @@ echo "About to run test on Canterbury corpus files"
# group by... hmmh. 5.5 would be optimal. But I guess 6 has to do?

java -server -cp lib/japex/\* \
-Xmx256M \
-Xmx512M \
-Djava.awt.headless=true \
-Djapex.runsPerDriver=1 \
-Djapex.warmupTime=7 \
Expand Down
2 changes: 1 addition & 1 deletion bin/run-canterbury-uncompress.sh
Expand Up @@ -7,7 +7,7 @@ echo "About to run test on Canterbury corpus files"
# group by... hmmh. 5.5 would be optimal. But I guess 6 has to do?

java -server -cp lib/japex/\* \
-Xmx400M \
-Xmx512M \
-Djava.awt.headless=true \
-Djapex.runsPerDriver=1 \
-Djapex.warmupTime=7 \
Expand Down

0 comments on commit 16ba7f3

Please sign in to comment.