From 47da43a5818b33aaf8503f4bce4650e04cb3e4e0 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 18 Jul 2011 18:08:31 -0700 Subject: [PATCH] use new param to turn on mmap --- xwords4/linux/scripts/discon_ok2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/linux/scripts/discon_ok2.sh b/xwords4/linux/scripts/discon_ok2.sh index cf9a6a286..9508f9243 100755 --- a/xwords4/linux/scripts/discon_ok2.sh +++ b/xwords4/linux/scripts/discon_ok2.sh @@ -139,7 +139,7 @@ build_cmds() { CMD="./obj_linux_memdbg/xwords --room $ROOM" CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq $((1 + (RANDOM%100))) " CMD="$CMD $OTHERS --game-dict $DICT --port $PORT --host $HOST " - CMD="$CMD --file $FILE --slow-robot 1:3 --skip-confirm" + CMD="$CMD --file $FILE --slow-robot 1:3 --skip-confirm --use-mmap" CMD="$CMD --drop-nth-packet $DROP_N $PLAT_PARMS" CMD="$CMD $PUBLIC"