© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
ImmichI
Immich•11mo ago•
10 replies
cdransf

Mobile app becomes unresponsive

I have Immich deployed to a server at Hetzner via Coolify with Caddy as the proxy. Lately I have been seeing the iOS app lock up after a brief amount of usage. Storage is available via a B2 bucket I've mounted using rclone.

The web app is super snappy though. It's running on a Hetzner CPX41. The service config looks like the below.

App and server on the latest available versions.

[Unit]
Description=Mount Backblaze B2 for Immich
After=network-online.target
Wants=network-online.target
Requires=docker.service

[Service]
Type=simple
ExecStart=/usr/bin/rclone mount b2:cdransf-immich /mnt/b2 \
    --config=/root/.config/rclone/rclone.conf \
    --vfs-cache-mode full \
    --vfs-cache-max-size 100G \
    --vfs-cache-poll-interval 5m \
    --vfs-read-ahead 512M \
    --buffer-size 256M \
    --allow-other \
    --dir-cache-time 24h \
    --poll-interval 30s \
    --log-level INFO \
    --fast-list \
    --timeout 60m \
    --contimeout 10m \
    --retries 10 \
    --low-level-retries 20 \
    --transfers 8 \
    --checkers 16 \
    --bwlimit 100M \
    --tpslimit 5 \
    --cache-dir /var/cache/rclone \
    --cache-db-path /var/cache/rclone/db \
    --cache-info-age 24h \
    --cache-workers 4 \
    --cache-chunk-size 128M \
    --cache-chunk-total-size 50G
ExecStop=/bin/fusermount -u /mnt/b2
Restart=always
User=root
Group=root

[Install]
WantedBy=multi-user.target
[Unit]
Description=Mount Backblaze B2 for Immich
After=network-online.target
Wants=network-online.target
Requires=docker.service

[Service]
Type=simple
ExecStart=/usr/bin/rclone mount b2:cdransf-immich /mnt/b2 \
    --config=/root/.config/rclone/rclone.conf \
    --vfs-cache-mode full \
    --vfs-cache-max-size 100G \
    --vfs-cache-poll-interval 5m \
    --vfs-read-ahead 512M \
    --buffer-size 256M \
    --allow-other \
    --dir-cache-time 24h \
    --poll-interval 30s \
    --log-level INFO \
    --fast-list \
    --timeout 60m \
    --contimeout 10m \
    --retries 10 \
    --low-level-retries 20 \
    --transfers 8 \
    --checkers 16 \
    --bwlimit 100M \
    --tpslimit 5 \
    --cache-dir /var/cache/rclone \
    --cache-db-path /var/cache/rclone/db \
    --cache-info-age 24h \
    --cache-workers 4 \
    --cache-chunk-size 128M \
    --cache-chunk-total-size 50G
ExecStop=/bin/fusermount -u /mnt/b2
Restart=always
User=root
Group=root

[Install]
WantedBy=multi-user.target
ImmichJoin
A place to hang out, get support, discuss Immich, get announcements about releases and anything else going on.
36,590Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Mobile app issue
ImmichIImmich / help-desk-support
4mo ago
Mobile app issue
ImmichIImmich / help-desk-support
5mo ago
mobile app slow
ImmichIImmich / help-desk-support
9mo ago
Mobile app stability
ImmichIImmich / help-desk-support
10mo ago