From 255f3846a91ca1fac6f0a8a22e9d1279036e76c4 Mon Sep 17 00:00:00 2001 From: Masashi Honma <masashi.honma@gmail.com> Date: Thu, 24 Jan 2019 16:45:54 +0900 Subject: [PATCH] tests: ap_eap test requires more memory in VM Signed-off-by: Masashi Honma <masashi.honma@gmail.com> --- tests/hwsim/vm/vm-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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