aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/im/deploy/im.hcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index df1dade..7951fe2 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -17,7 +17,7 @@ job "im" {
restart {
attempts = 10
- delay = "60s"
+ delay = "30s"
}
task "restore-db" {
@@ -44,7 +44,7 @@ job "im" {
}
resources {
- memory = 1000
+ memory = 200
cpu = 1000
}
}
@@ -84,7 +84,7 @@ job "im" {
}
resources {
- memory = 1500
+ memory = 2500
cpu = 1000
}
@@ -152,7 +152,7 @@ EOH
}
resources {
- memory = 500
+ memory = 200
cpu = 100
}
}