define a configuration for when lower on resources

This commit is contained in:
surtur 2021-07-14 16:11:32 +02:00
parent 4ee19a8b3f
commit bcd0046242
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
2 changed files with 3 additions and 3 deletions

@ -38,7 +38,7 @@
- name: set up ccache
shell: |
ccache -M 50G
ccache -M 10G
ccache -o compression=true
args:
executable: /usr/bin/bash

@ -23,8 +23,8 @@ mode = ["bridge"]
hosts = {
"builder" = {
name = "builder",
vcpu = 4,
memory = 1024 * 12,
vcpu = 2,
memory = 1024 * 10,
diskpool = "default",
disksize = 1024 * 1024 * 1024 * 150,
mac = "02:26:00:13:37:00",