diff --git a/config/ansible/templates/juicefs.service.j2 b/config/ansible/templates/juicefs.service.j2 index a6d9fe7..4bb11d3 100644 --- a/config/ansible/templates/juicefs.service.j2 +++ b/config/ansible/templates/juicefs.service.j2 @@ -10,9 +10,9 @@ ExecStart=/usr/local/bin/juicefs mount redis://:{{ redis_password }}@localhost:6 --buffer-size=4096 \ --prefetch=16 \ --cache-size=131072 \ - --attr-cache=4 \ - --entry-cache=4 \ - --open-cache=4 \ + --attr-cache=60 \ + --entry-cache=60 \ + --open-cache=60 \ -o writeback_cache \ --max-uploads=80 \ --max-deletes=80 \