feat: add memory
Some checks failed
CI / build (push) Failing after 3m23s
CI / lint (push) Failing after 2m50s
CI / pkl-validate (push) Successful in 11s
CI / integration-tests (push) Has been skipped
CI / conformance-tests (latest) (push) Has been skipped

This commit is contained in:
2026-02-03 21:52:55 +01:00
parent e93eecc143
commit ca99733c9c
7 changed files with 20 additions and 2 deletions

View File

@@ -31,5 +31,7 @@ forma {
hostname = "test-lxc"
description = "some other description"
ostemplate = "local:vztmpl/alpine-3.22-default_20250617_amd64.tar.xz"
cores = 1
memory = 512
}
}

View File

@@ -31,5 +31,7 @@ forma {
hostname = "test-lxc"
description = "some other description"
ostemplate = "local:vztmpl/alpine-3.22-default_20250617_amd64.tar.xz"
cores = 2
memory = 1024
}
}

View File

@@ -33,5 +33,7 @@ forma {
hostname = "test-lxc"
description = "no description provided"
ostemplate = "local:vztmpl/alpine-3.22-default_20250617_amd64.tar.xz"
cores = 1
memory = 512
}
}