From 019be8526e740414d9cc2143dcd78ecc8c5cd1c0 Mon Sep 17 00:00:00 2001 From: Denis Glotov Date: Mon, 4 Jun 2012 15:55:53 +0400 Subject: [PATCH] Increase memory size of vm's to 2G This is because ASAN bots autotests usually fail with out-of-memory. More on the thread: https://groups.google.com/a/google.com/d/topic/chromeos-lab-infrastructure/Tuu4ir5Mc9c/discussion BUG=chromium-os:24567 TEST=cbuildbot --local amd64-generic-asan -g I3b0f9156 Change-Id: I3b0f91566c45e0ef9e837995e353d7240ab9edea Reviewed-on: https://gerrit.chromium.org/gerrit/24385 Commit-Ready: Denis Glotov Reviewed-by: Denis Glotov Tested-by: Denis Glotov --- lib/cros_vm_lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cros_vm_lib.sh b/lib/cros_vm_lib.sh index e36f161761..22bc2adc5a 100644 --- a/lib/cros_vm_lib.sh +++ b/lib/cros_vm_lib.sh @@ -89,7 +89,7 @@ start_kvm() { cache_type="unsafe" fi - sudo kvm -m 1024 \ + sudo kvm -m 2G \ -smp 4 \ -vga std \ -pidfile "${KVM_PID_FILE}" \