aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/im/deploy/im.hcl2
-rw-r--r--app/postgres/deploy/postgres.hcl2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl
index 42c604d..68eb9fd 100644
--- a/app/im/deploy/im.hcl
+++ b/app/im/deploy/im.hcl
@@ -86,7 +86,7 @@ job "im" {
resources {
cpu = 1000
- memory = 4000
+ memory = 2000
}
service {
diff --git a/app/postgres/deploy/postgres.hcl b/app/postgres/deploy/postgres.hcl
index 5ce68a4..075a77f 100644
--- a/app/postgres/deploy/postgres.hcl
+++ b/app/postgres/deploy/postgres.hcl
@@ -110,7 +110,7 @@ job "postgres9.6" {
}
resources {
- memory = 500
+ memory = 1000
}
service {