aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-03-14 18:37:28 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-03-14 18:37:28 +0100
commitc681f63222d269eaa8c47cd36307a958cbe5f398 (patch)
tree2e38c5c3eac9cf387c1f5c5514d23b826da11b27
parentd2b8b0c517f1f9c5726d362bd695f10ccc235213 (diff)
downloadnixcfg-c681f63222d269eaa8c47cd36307a958cbe5f398.tar.gz
nixcfg-c681f63222d269eaa8c47cd36307a958cbe5f398.zip
alloc more mem
-rw-r--r--cluster/staging/app/ci/deploy/builder.hcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/cluster/staging/app/ci/deploy/builder.hcl b/cluster/staging/app/ci/deploy/builder.hcl
index b19e23b..a7b3ddf 100644
--- a/cluster/staging/app/ci/deploy/builder.hcl
+++ b/cluster/staging/app/ci/deploy/builder.hcl
@@ -67,8 +67,7 @@ keep-derivations = true
resources {
cpu = 1000
- memory = 2000
- memory_max = 2500
+ memory = 4000
}
}
}