On Fri, Apr 21, 2017 at 1:54 AM, Paolo Bonzini <pbonzini@xxxxxxxxxx> wrote: > > > On 21/04/2017 02:49, David Matlack wrote: >> 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. > > Google-y commit message? :) Whoops, yes it is. Feel free to drop that sentence when applying the patch. > > Paolo > >> 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