mirror of
https://github.com/ben-grande/qusal.git
synced 2025-06-29 00:27:10 -04:00
fix: invert builder memory and vcpus
This commit is contained in:
parent
422b01e0f6
commit
97c644a09c
1 changed files with 5 additions and 5 deletions
|
@ -31,9 +31,9 @@ prefs:
|
|||
- template: tpl-{{ slsdotpath }}
|
||||
- label: red
|
||||
- audiovm: ""
|
||||
- vcpus: 2
|
||||
- vcpus: 4
|
||||
- memory: 400
|
||||
- maxmem: 2000
|
||||
- maxmem: 4000
|
||||
- autostart: False
|
||||
- template_for_dispvms: True
|
||||
- include_in_backups: False
|
||||
|
@ -58,9 +58,9 @@ prefs:
|
|||
- template: tpl-{{ slsdotpath }}
|
||||
- label: gray
|
||||
- audiovm: ""
|
||||
- memory: 800
|
||||
- maxmem: 8000
|
||||
- vcpus: 4
|
||||
- memory: 400
|
||||
- maxmem: 800
|
||||
- vcpus: 1
|
||||
- default_dispvm: dvm-{{ slsdotpath }}
|
||||
features:
|
||||
- enable:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue