From 7e4508c6fb935170f23605088383cc4807c0cb80 Mon Sep 17 00:00:00 2001 From: melvin Date: Sat, 11 Jun 2011 11:14:17 +0800 Subject: [PATCH] increased memory to 512M --- exp/eval_mcts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exp/eval_mcts.sh b/exp/eval_mcts.sh index 8f8a3fd262..fa355fe6f5 100755 --- a/exp/eval_mcts.sh +++ b/exp/eval_mcts.sh @@ -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