#Javascript heap out memory with 16gb

2 messages · Page 1 of 1 (latest)

sturdy sigil
#

Hello, I have an application using adonisJS+TS, I am not able to build it because of the "JavaScript heap out of memory" error, I have already tried to increase the memory to 16gb and it still cannot build!
I also tried using analyze-trace but also nothing that can help.
I also tried saving it to a file and reading it with about://tracing but I couldn't quite understand it honestly.
I'll put the trace file here for you to see.

If anyone can help me I'll be very grateful, I have an application in production and I can't upload updates.

high thicket
#

As a thought, do you have a known point where you could do a build? That way you might be able to do a bisect to figure out if some particular code/library caused the issue?