Fatal javascript OOM in GC during deserialization with docker #1290

Closed
opened 2026-04-24 23:38:33 +02:00 by adam · 2 comments
Owner

Originally created by @Rilith on GitHub (Jul 26, 2023).

Steps to reproduce

  1. Install docker
  2. Install docker compose
  3. create the docker-compose.yml file
  4. docker compose pull
  5. docker compose up (without -d to check the error)

Expected behaviour

  • Audiobookshelf should start

Actual behaviour

  • this is printer in console:

$ docker compose up
[+] Running 1/1
✔ Container audiobookshelf Created 0.5s
Attaching to audiobookshelf
audiobookshelf |
audiobookshelf | <--- Last few GCs --->
audiobookshelf |
audiobookshelf |
audiobookshelf | <--- JS stacktrace --->
audiobookshelf |
audiobookshelf |
audiobookshelf | #
audiobookshelf | # Fatal javascript OOM in GC during deserialization
audiobookshelf | #
audiobookshelf |
audiobookshelf |
audiobookshelf exited with code 133

Environment data

Audiobookshelf Version: Latest
Docker version: 24.0.5, build ced0996
Docker compose version: 1.25.0-1
Hardware: Raspberry Pi 4

Thank you for you hard work!

Originally created by @Rilith on GitHub (Jul 26, 2023). ### Steps to reproduce 1. Install docker 2. Install docker compose 3. create the docker-compose.yml file 4. docker compose pull 5. docker compose up (without -d to check the error) ### Expected behaviour - Audiobookshelf should start ### Actual behaviour - this is printer in console: $ docker compose up [+] Running 1/1 ✔ Container audiobookshelf Created 0.5s Attaching to audiobookshelf audiobookshelf | audiobookshelf | <--- Last few GCs ---> audiobookshelf | audiobookshelf | audiobookshelf | <--- JS stacktrace ---> audiobookshelf | audiobookshelf | audiobookshelf | # audiobookshelf | # Fatal javascript OOM in GC during deserialization audiobookshelf | # audiobookshelf | audiobookshelf | audiobookshelf exited with code 133 ### Environment data Audiobookshelf Version: Latest Docker version: 24.0.5, build ced0996 Docker compose version: 1.25.0-1 Hardware: Raspberry Pi 4 Thank you for you hard work!
adam added the bug label 2026-04-24 23:38:33 +02:00
adam closed this issue 2026-04-24 23:38:34 +02:00
Author
Owner

@advplyr commented on GitHub (Jul 26, 2023):

Please try the edge docker version. That would be using the image ghcr.io/advplyr/audiobookshelf:edge

@advplyr commented on GitHub (Jul 26, 2023): Please try the `edge` docker version. That would be using the image `ghcr.io/advplyr/audiobookshelf:edge`
Author
Owner

@advplyr commented on GitHub (Jul 26, 2023):

Duplicate of #1938

@advplyr commented on GitHub (Jul 26, 2023): Duplicate of #1938
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1290