diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-03 21:12:01 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-03 21:12:01 +0100 |
commit | 9981ea02860d4f4782a608490c5d5cf8761b3ed3 (patch) | |
tree | ea1b6d01b5965261f70e9b7f22815720ba0e0c24 | |
parent | 0191926455088cdf24f42266b4a58fe98f831442 (diff) | |
download | infrastructure-9981ea02860d4f4782a608490c5d5cf8761b3ed3.tar.gz infrastructure-9981ea02860d4f4782a608490c5d5cf8761b3ed3.zip |
Fix memory
-rw-r--r-- | app/deployment/seafile.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/deployment/seafile.hcl b/app/deployment/seafile.hcl index d989932..5a197b5 100644 --- a/app/deployment/seafile.hcl +++ b/app/deployment/seafile.hcl @@ -72,7 +72,7 @@ job "seafile" { } resources { - memory = 1024 + memory = 600 } service { |