...now that it excludes the EPT access tests, which are the only tests that actually need >2gb of memory. Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> --- x86/unittests.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86/unittests.cfg b/x86/unittests.cfg index 08b9a7e..ba1c409 100644 --- a/x86/unittests.cfg +++ b/x86/unittests.cfg @@ -226,7 +226,7 @@ extra_params = -cpu qemu64,+umip [vmx] file = vmx.flat -extra_params = -cpu host,+vmx -m 2560 -append "-exit_monitor_from_l2_test -ept_access*" +extra_params = -cpu host,+vmx -append "-exit_monitor_from_l2_test -ept_access*" arch = x86_64 groups = vmx -- 2.20.1