From: Peter Feiner <pfeiner@xxxxxxxxxx> Upcoming test allocates a 1GiB huge page. The VM needs more memory and the default container limit of 2 GiB isn't enough. Signed-off-by: Peter Feiner <pfeiner@xxxxxxxxxx> Signed-off-by: David Matlack <dmatlack@xxxxxxxxxx> --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index f79688af93f8..587bf40e8bc9 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -196,7 +196,7 @@ arch = x86_64 [vmx] file = vmx.flat -extra_params = -cpu host,+vmx -append -exit_monitor_from_l2_test +extra_params = -cpu host,+vmx -m 2048 -append -exit_monitor_from_l2_test arch = x86_64 groups = vmx -- 2.12.2.816.g2cccc81164-goog