FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory 1: 00007FF6FAA4C6AA v8::internal::GCIdleTimeHandler::GCIdleTimeHandler+4506 2: 00007FF6FAA27416 node::MakeCallback+4534 3: code example

Example 1: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

"scripts": {
    "ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build --configuration=prod",
}

Example 2: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

"build-serve": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve"