Post
Topic
Board Bitcoin Technical Support
Re: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaS
by
RockBitNBlock
on 11/07/2025, 23:42:19 UTC
This looks like a classic case where Node.js hits its memory limits during long runtimes without a restart.Maybe it would be worth considering moving part of the explorer to a different runtime like handling the backend in Python and letting the frontend pull JSON from a cache instead.