• Jeremy Morrell's avatar
    Increase Node memory default during builds (#561) · 9fa6f571
    Jeremy Morrell authored
    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
    9fa6f571
run 31.1 KB