]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Increase default VM memory from 128M to 192M
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 25 Feb 2015 17:02:43 +0000 (19:02 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 25 Feb 2015 17:02:43 +0000 (19:02 +0200)
It looks like the 128M default memory size for the hwsim test setup was
not large enough to cover all the needs anymore. Some of the test cases
using tshark could hit OOM with that size. Increase the default
allocation to 192M to avoid this type of issues.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/vm/vm-run.sh

index 77703bf587586f61e2d187da174e2ff9dec0f58c..a748e1047f599ed9885d456c8fe8d0001de5dbaf 100755 (executable)
@@ -9,7 +9,7 @@ fi
 LOGS=/tmp/hwsim-test-logs
 
 # increase the memory size if you want to run with valgrind, 512 MB works
-MEMORY=128
+MEMORY=192
 
 # Some ubuntu systems (notably 12.04) have issues with this - since the guest
 # mounts as read-only it should be safe to not specify ,readonly. Override in