diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-06-15 01:18:11 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-06-15 01:18:11 +0200 |
commit | 9ebaf6708b0f4b17b1e4164c266aff6d109a5410 (patch) | |
tree | 5a05759be0ee9c5bed47fbbdea71298e553e4310 /inventory/host_vars | |
parent | zfs backed vm volumes: improved property handling (diff) |
less memory for ch-jump and ch-gw-lan
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/ch-gw-lan.yml | 2 | ||||
-rw-r--r-- | inventory/host_vars/ch-jump.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-gw-lan.yml b/inventory/host_vars/ch-gw-lan.yml index 49cee597..22597138 100644 --- a/inventory/host_vars/ch-gw-lan.yml +++ b/inventory/host_vars/ch-gw-lan.yml @@ -4,7 +4,7 @@ _vm_host_: ch-gnocchi install: vm: host: "{{ _vm_host_ }}" - mem: 1024 + mem: 512 numcpu: 2 autostart: True disks: diff --git a/inventory/host_vars/ch-jump.yml b/inventory/host_vars/ch-jump.yml index 8a7d1376..463503cb 100644 --- a/inventory/host_vars/ch-jump.yml +++ b/inventory/host_vars/ch-jump.yml @@ -4,7 +4,7 @@ _vm_host_: ch-gnocchi install: vm: host: "{{ _vm_host_ }}" - mem: 1024 + mem: 768 numcpu: 2 autostart: True disks: |