diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-03 19:42:08 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-03 19:42:08 +0100 |
commit | 0191926455088cdf24f42266b4a58fe98f831442 (patch) | |
tree | 4b26ff02e6f1839e5400ced183a82b3fe095c3d6 /app | |
parent | 2452e875096e29a230f7bb5bbb6c0bd3fafce803 (diff) | |
download | infrastructure-0191926455088cdf24f42266b4a58fe98f831442.tar.gz infrastructure-0191926455088cdf24f42266b4a58fe98f831442.zip |
Seafile fails with OOM when trying to synchronize a 2GB folder
Diffstat (limited to 'app')
-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 ede755a..d989932 100644 --- a/app/deployment/seafile.hcl +++ b/app/deployment/seafile.hcl @@ -72,7 +72,7 @@ job "seafile" { } resources { - memory = 512 + memory = 1024 } service { |