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/aio-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/aio-vars')
-rwxr-xr-x | xci/config/aio-vars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/config/aio-vars b/xci/config/aio-vars index ed921f42..e5a1aee9 100755 --- a/xci/config/aio-vars +++ b/xci/config/aio-vars @@ -15,4 +15,4 @@ export VM_DOMAIN_TYPE=${VM_DOMAIN_TYPE:-kvm} export VM_CPU=${VM_CPU:-8} export VM_DISK=${VM_DISK:-80} export VM_MEMORY_SIZE=${VM_MEMORY_SIZE:-8192} -export VM_DISK_CACHE=unsafe +export VM_DISK_CACHE=none |