You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*This currently works with Android, testing with larger chunks leads to crashes since Joplin uses RNFS.read which has an unresolved memory leak, my approach works despite the memory leak because Joplin doesn't allow the attachment of +200MB on mobile.
personalizedrefrigerator
changed the title
Memory leak in FsDriver.readFileChunk (affects plugin loading)
Mobile: Possible memory leak in FsDriver.readFileChunk (affects plugin loading)
Apr 2, 2024
Operating system
iOS
Joplin version
3.0.2
Desktop version info
No response
Current behaviour
Joplin may crash when attempting to load a very large plugin file. (Note: The largest published plugin is about 35 MB).
See #10243 (comment):
Also see this comment on Joplin's Discord and the upstream issue.
Expected behaviour
It should be possible to quickly work with chunks of large data through
FsDriver.readFileChunk
.Logs
No response
The text was updated successfully, but these errors were encountered: