diff options
Diffstat (limited to 'app/postgres')
-rw-r--r-- | app/postgres/deploy/postgres.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |