From b8872af53f9a8441214096a5f1c63b0abd47ed63 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Sun, 17 Dec 2017 13:03:17 +0100 Subject: Increase ram of XCI VM and change disk cache type for all VMs These options seem to help with the functest execution within XCI VM. Change-Id: I3b9b6b02fc571feb42543025f8ab179c6db18e0a Signed-off-by: Fatih Degirmenci --- xci/config/noha-vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/config/noha-vars') diff --git a/xci/config/noha-vars b/xci/config/noha-vars index 185d9d63..cb8901b8 100755 --- a/xci/config/noha-vars +++ b/xci/config/noha-vars @@ -15,4 +15,4 @@ export VM_DOMAIN_TYPE=${VM_DOMAIN_TYPE:-kvm} export VM_CPU=${VM_CPU:-6} export VM_DISK=${VM_DISK:-80} export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-12288} -export VM_DISK_CACHE=unsafe +export VM_DISK_CACHE=none -- cgit 1.2.3-korg