diff options
author | 2017-12-18 14:31:35 +0000 | |
---|---|---|
committer | 2017-12-18 14:31:35 +0000 | |
commit | cf2cd4e4b87a5e392bc4ba49749a349925ba2f86 (patch) | |
tree | ceb6a209a3bef7f3b56d2e4b2c47459afcfe96e9 /xci/config/noha-vars | |
parent | 8b9a73d7fbc9bf6112b7efbbb2ad7f3216837ba4 (diff) | |
parent | b8872af53f9a8441214096a5f1c63b0abd47ed63 (diff) |
Merge "Increase ram of XCI VM and change disk cache type for all VMs"
Diffstat (limited to 'xci/config/noha-vars')
-rwxr-xr-x | xci/config/noha-vars | 2 |
1 files changed, 1 insertions, 1 deletions
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 |