use new param to turn on mmap

This commit is contained in:
Eric House 2011-07-18 18:08:31 -07:00
parent 4093e1c947
commit 47da43a581

View file

@ -139,7 +139,7 @@ build_cmds() {
CMD="./obj_linux_memdbg/xwords --room $ROOM" CMD="./obj_linux_memdbg/xwords --room $ROOM"
CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq $((1 + (RANDOM%100))) " CMD="$CMD --robot ${NAMES[$DEV]} --robot-iq $((1 + (RANDOM%100))) "
CMD="$CMD $OTHERS --game-dict $DICT --port $PORT --host $HOST " 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 --drop-nth-packet $DROP_N $PLAT_PARMS"
CMD="$CMD $PUBLIC" CMD="$CMD $PUBLIC"