iOS Immich App Size Too Large
Hi, I believe this should have been resolved in https://github.com/immich-app/immich/pull/20448, and I have upgraded my Immich server to version 1.139.4 and the app to the latest version 1.139.3.
However, I've noticed that after hashing all the photos and backing them up to the Immich server, my Immich app (with the beta timeline enabled and 71625 local assets) is taking up a total of 22.98 GB of storage.
I have already tried tapping the "Clear File Cache" button on the Beta Sync Status page, but the storage usage remains the same.
I would like to ask if this app size is considered normal or…?
---
Immich information:
- Immich server: 1.139.4
- Immich app: 1.139.3 build.217 (with beta-timeline enabled)
13 Replies
:wave: Hey @瀚瀚不可愛,
Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:.
References
- Container Logs:
docker compose logs
docs
- Container Status: docker ps -a
docs
- Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
- Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA
Checklist
I have...
1. :ballot_box_with_check: verified I'm on the latest release(note that mobile app releases may take some time).
2. :ballot_box_with_check: read applicable release notes.
3. :ballot_box_with_check: reviewed the FAQs for known issues.
4. :ballot_box_with_check: reviewed Github for known issues.
5. :ballot_box_with_check: tried accessing Immich via local ip (without a custom reverse proxy).
6. :ballot_box_with_check: uploaded the relevant information (see below).
7. :ballot_box_with_check: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
Information
In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider:
- Your docker-compose.yml and .env files.
- Logs from all the containers and their status (see above).
- All the troubleshooting steps you've tried so far.
- Any recent changes you've made to Immich or your system.
- Details about your system (both software/OS and hardware).
- Details about your storage (filesystems, type of disks, output of commands like fdisk -l
and df -h
).
- The version of the Immich server, mobile app, and other relevant pieces.
- Any other information that you think might be relevant.
Please paste files and logs with proper code formatting, and especially avoid blurry screenshots.
Without the right information we can't work out what the problem is. Help us help you ;)
If this ticket can be closed you can use the /close
command, and re-open it later if needed.
[Pull Request] fix: clear local file cache before upload (immich-app/immich#20448)
Successfully submitted, a tag has been added to inform contributors. :white_check_mark:can you try toggle the upload button, then see if the size is reduced?
Hi, I've backuped all my assets~
But my Immich app size is still 22.98GB (App size: 60.9 MB, Documents & Data: 22.92 GB)

What I'm thinking is, I'm not sure if this 22.98 GB represents cached content that hasn't been cleared, or if the app's database is genuinely that large.
(I'm more inclined to believe it's the former, considering even Google Photos only takes up 1.91 GB).
can you go to the Beta Sync Stats page and capture the screenshot?
Do you mostly have your content in iCloud?
Here is the screenshot.
And yes, all of my photos are synced to iCloud Photos.

Can you scroll down that screen and try to export the database, I doubt that the database would be more than a few hundred MB
pressing clear file cache doesn't do anything to that takeup space either?
Sure! I just exported the database, and it seems that the sqlite file only takes 146.9MB
pressing clear file cache doesn't do anything to that takeup space either?I do try press "Clear File Cache" button multiple times, but the app didn't show any toast message or print any logs, also the app size didn't change.
Here is a short screen recording if you need it
Thank you
I will keep this in mind and investigate it
Thanks a lot! I’ll keep the environment as it is, so I can collect more relevant logs for you if needed.
If it's helpful, I can also open a GitHub issue for easier tracking~
It might take some time to clear the cache if there are a lot of cached files. Can you press the clear cache button and wait for a minute or two, close the app and check its size then?
Hi, I just tested it~
After I tapped the Clear File Cache button, I kept the app open in the foreground with the screen on. I have waited for five minutes, but the app size is still not changed 🙁
From my perspective, I thought that when I add photos and perform an upload, the PhotoManager.clearFileCache() function should also be executed.
However, the app size didn’t change, and the SQLite file isn't that large, so I'm not really sure what's taking up all the app's space…
Hi, I found my app size becomes only 2.22GB today, not so sure if this is solved by the new app update or something else, but really appreciate your help!!!