Reduce memory and set memory_max

This commit is contained in:
Daniel Berteaud 2024-01-13 14:35:41 +01:00
parent edcde96ded
commit aec5da4e87
2 changed files with 5 additions and 3 deletions

View File

@ -91,8 +91,9 @@ _EOT
}
resources {
cpu = 10
memory = 128
cpu = 10
memory = 64
memory_max = 128
}
}

View File

@ -14,7 +14,8 @@ acme:
# Resource allocation
resources:
cpu: 10
memory: 128
memory: 64
memory_max: 128
# Vault related settings
vault: