ThaUnknown / miru

Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads.
https://miru.watch
GNU General Public License v3.0
2.13k stars 123 forks source link

[Bug]: RAM usage skyrockets and app crashes due to OOM #452

Closed kefiiris closed 1 month ago

kefiiris commented 1 month ago

Preflight checklist

What app version are you using?

v5.1.0

What operating system version are you using?

Linux

Expected Behavior

Supposed to keep RAM usage as low as needed and not crash due to OOM.

Actual Behavior

RAM Usage skyrockets gradually and the app eventually crashes due to OOM.

Screenshots

No response

ThaUnknown commented 1 month ago

you likely restricted miru from writing data to disk

kefiiris commented 1 month ago

you likely restricted miru from writing data to disk

Yeah that was it. I checked around in settings and configured some stuff up and the issue stopped occuring. Thank you.