diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-19 21:05:47 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-19 21:05:47 +0200 |
commit | e5f9f3c8495a8f0e6b9c46b56d207b57aad3ec3d (patch) | |
tree | df3d1ad28e7c8c321a5dc08fbe98505a2cc25b64 /cluster | |
parent | 0372df95b5689d5104131ccc75f05d791c6e6a23 (diff) | |
download | nixcfg-e5f9f3c8495a8f0e6b9c46b56d207b57aad3ec3d.tar.gz nixcfg-e5f9f3c8495a8f0e6b9c46b56d207b57aad3ec3d.zip |
increase diplonat ram
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/app/core/deploy/core-system.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/staging/app/core/deploy/core-system.hcl b/cluster/staging/app/core/deploy/core-system.hcl index 2ec9b58..1d3eb84 100644 --- a/cluster/staging/app/core/deploy/core-system.hcl +++ b/cluster/staging/app/core/deploy/core-system.hcl @@ -65,7 +65,7 @@ EOH } resources { - memory = 40 + memory = 100 } } } |