aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod')
-rw-r--r--cluster/prod/app/guichet/deploy/guichet.hcl6
1 files changed, 5 insertions, 1 deletions
diff --git a/cluster/prod/app/guichet/deploy/guichet.hcl b/cluster/prod/app/guichet/deploy/guichet.hcl
index 17f8134..c1476e2 100644
--- a/cluster/prod/app/guichet/deploy/guichet.hcl
+++ b/cluster/prod/app/guichet/deploy/guichet.hcl
@@ -28,7 +28,11 @@ job "guichet" {
}
resources {
- memory = 200
+ # limite de mémoire un peu élevée par précaution.
+ # avec 200M, j'ai observé guichet se faire OOM-killed au moment
+ # où un nouvel utilisateur clique sur un lien d'invitation
+ # fraichement généré.
+ memory = 300
}
service {