increased memory to 512M

master
melvin 2011-06-11 11:14:17 +08:00
parent c25dd9805c
commit 7e4508c6fb
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@
#$ -o /dev/null
#SGE_TASK_ID=100
args=`grep MCTS exp/args | head -$SGE_TASK_ID | tail -1`
java -Xmx256M -DrndSeed=$SGE_TASK_ID -cp build magic.DeckStrCal $args > $SGE_TASK_ID.out 2> $SGE_TASK_ID.err
java -Xmx512M -DrndSeed=$SGE_TASK_ID -cp build magic.DeckStrCal $args > $SGE_TASK_ID.out 2> $SGE_TASK_ID.err