iOS Obsidian app crash loop once passing 30k+ files

Steps to reproduce

Sync 35k files to vault on iOS. The app works fine until it crosses some threshold.

If I uninstall app and install again it works fine until this threshold is hit.

Did you follow the troubleshooting guide?

Y

Expected result

The app would work

Actual result

The app is in a crash loop. It open shows a file, then restarts.

Environment

SYSTEM INFO:
Operating system: ios 26.1 (Apple iPhone18,3)
Obsidian version: 1.10.6 (256)
API version: v1.10.6
Login status: logged in
Language: en
Catalyst license: none
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on

RECOMMENDATIONS:
none

There is no hardcoded threshold.
If this happens with no third party plugins active.
Either

  1. you have a single note that is causing obsidian parsers to malfunction when it is read or
  2. the sum of your notes (and their links) causes Obsidian to use more memory than iOS likes and it kills it. For this we have recourse.

For 1. I suggest you to search if you have large markdown notes (greater than 50kb) and take them out of your vault, and see if it helps.