Increase Node memory default during builds (#561)
We've seen an increasing failures due to frontend build exceeding Node default 1.5GB memory limit during build. Heroku runs these builds on machines with 2.5GB of memory. This increases the default limit for Node 8 and above by passing commands via `NODE_OPTIONS` during build if the user has not set this manually
Showing
Please register or sign in to comment