What went wrong?
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
I have a large library. It wasnt completing scans and wasnt auto-finalizing.
Steps to reproduce
- In compose, NODE_MAX_OLD_SPACE_SIZE did not exist.
- Have large pile o books in book-drop folder.
- See about 1/3rd of them get identified and thats it.
- Observe FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory error in logs.
Expected vs actual behavior
Expected my Book library to be filled vs no books in there at all.
Your setup
1.12
Docker / TrueNAS App
TrueNAS 26.04 Beta 2
Relevant logs (optional)
To fix I added: NODE_MAX_OLD_SPACE_SIZE: 8192 on a container with 32768M assigned total.
Largest usage I've seen so far has been ~22G
Screenshots (optional)
No response
Before submitting
What went wrong?
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
I have a large library. It wasnt completing scans and wasnt auto-finalizing.
Steps to reproduce
Expected vs actual behavior
Expected my Book library to be filled vs no books in there at all.
Your setup
1.12
Docker / TrueNAS App
TrueNAS 26.04 Beta 2
Relevant logs (optional)
To fix I added: NODE_MAX_OLD_SPACE_SIZE: 8192 on a container with 32768M assigned total.
Largest usage I've seen so far has been ~22G
Screenshots (optional)
No response
Before submitting