From: Masashi Honma Date: Thu, 24 Jan 2019 07:45:54 +0000 (+0900) Subject: tests: ap_eap test requires more memory in VM X-Git-Tag: hostap_2_8~498 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=255f3846a91ca1fac6f0a8a22e9d1279036e76c4;p=thirdparty%2Fhostap.git tests: ap_eap test requires more memory in VM Signed-off-by: Masashi Honma --- diff --git a/tests/hwsim/vm/vm-run.sh b/tests/hwsim/vm/vm-run.sh index 9da1466a3..c000d429c 100755 --- a/tests/hwsim/vm/vm-run.sh +++ b/tests/hwsim/vm/vm-run.sh @@ -13,7 +13,7 @@ else fi # increase the memory size if you want to run with valgrind, 512 MB works -MEMORY=192 +MEMORY=256 # 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