audiobookshelf
audiobookshelf copied to clipboard
[Bug]: New library scan crashes server
Describe the issue
This is on a fresh install of audiobookshelf. I added a new library for ebooks. I pointed the folder to my calibre data location and started the first scan. This maxes out the ram and eventually the server becomes unresponsive and I have to reboot the VM.
At first I tried with 4GB of RAM, and it crashed. I gave it 8GB and it crashed again. This is with around ~150 ebooks, so nothing big (5.4GB in total).
I have seen similar issues where the culprit is ffprobe spawning without limit, but it seems it is not the case here. All the ram is taken up by the node process, only 1/2 instances of ffprobe are running.
Steps to reproduce the issue
- Install the latest docker audiobookshelf image
- Add a book library, point to a folder with books
- Start a scan
Audiobookshelf version
v2.8.0
How are you running audiobookshelf?
Docker