mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-09 15:38:59 +00:00
increased default java memory allocation for contiki tests
This commit is contained in:
parent
440899e4cb
commit
3fcd77f522
@ -13,7 +13,7 @@ fi
|
||||
|
||||
echo ">>>>>>> Starting test: $TEST <<<<<<<<"
|
||||
if [ $LOGFILE -eq 1 ]; then echo -n "[`date '+%F %T'`] $TEST: " >> $LOG; fi
|
||||
java -jar ../dist/cooja.jar -nogui -test=$TEST
|
||||
java -mx512m -jar ../dist/cooja.jar -nogui -test=$TEST
|
||||
if [ -f "COOJA.log" ]; then
|
||||
mv COOJA.log $TEST.cooja_log
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user