diff options
author | Quentin Dufour <quentin@dufour.io> | 2021-07-02 13:11:29 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@dufour.io> | 2021-07-02 13:11:29 +0200 |
commit | 0a6ffcacd209a1693677f3839d427f471f8fd639 (patch) | |
tree | 17de3675d17568aa1e357939794e17a561ed83a4 /app/postgres | |
parent | 2d61f1449dbcb502ba07bda6bdea387fdef2cbda (diff) | |
parent | 80c2f1f7013266335e17d2f5be7096dc25b7206a (diff) | |
download | infrastructure-0a6ffcacd209a1693677f3839d427f471f8fd639.tar.gz infrastructure-0a6ffcacd209a1693677f3839d427f471f8fd639.zip |
Merge branch 'main' of git.deuxfleurs.fr:Deuxfleurs/infrastructure into main
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 { |