After finally getting to a prod ready state, I tried to run a build on my deployment machine, only to run into the infamous JavaScript heap out of memory error when running the build script. ( #8130 #8096 ), on a 1GB RAM VPS, with CRA 4.0.1.
I have tried all of the tricks people have used in those threads but to no avail.
The app itself is fairly small, so I am now wondering if there is there a minimum memory needed for a bare bones build, below which this error is likely?
After finally getting to a prod ready state, I tried to run a build on my deployment machine, only to run into the infamous
JavaScript heap out of memoryerror when running the build script. ( #8130 #8096 ), on a 1GB RAM VPS, with CRA 4.0.1.I have tried all of the tricks people have used in those threads but to no avail.
The app itself is fairly small, so I am now wondering if there is there a minimum memory needed for a bare bones build, below which this error is likely?