diff options
Diffstat (limited to 'deploy/templates')
-rw-r--r-- | deploy/templates/virtual_environment/vms/fuel.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/templates/virtual_environment/vms/fuel.xml b/deploy/templates/virtual_environment/vms/fuel.xml index 5be6d398e..87f0cd4d8 100644 --- a/deploy/templates/virtual_environment/vms/fuel.xml +++ b/deploy/templates/virtual_environment/vms/fuel.xml @@ -1,7 +1,7 @@ <domain type='kvm'> <name>fuel</name> - <memory unit='KiB'>2097152</memory> - <currentMemory unit='KiB'>2097152</currentMemory> + <memory unit='KiB'>4194304</memory> + <currentMemory unit='KiB'>4194304</currentMemory> <vcpu placement='static'>2</vcpu> <resource> <partition>/machine</partition> |