aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/app/guichet/deploy/guichet.hcl
diff options
context:
space:
mode:
Diffstat (limited to 'cluster/prod/app/guichet/deploy/guichet.hcl')
-rw-r--r--cluster/prod/app/guichet/deploy/guichet.hcl8
1 files changed, 6 insertions, 2 deletions
diff --git a/cluster/prod/app/guichet/deploy/guichet.hcl b/cluster/prod/app/guichet/deploy/guichet.hcl
index 17f8134..aca811f 100644
--- a/cluster/prod/app/guichet/deploy/guichet.hcl
+++ b/cluster/prod/app/guichet/deploy/guichet.hcl
@@ -1,5 +1,5 @@
job "guichet" {
- datacenters = [ "neptune", "scorpio" ]
+ datacenters = ["corrin", "neptune", "scorpio"]
type = "service"
priority = 90
@@ -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 {