Created by: dfbaskin
Have not set up any additional tests for this yet, but wanted to confirm that this was a reasonable approach to specifying additional command line options on the spawned instance of Node.
As an example, you could give Node additional memory on a build by specifying the following in your .env
file:
NODE_COMMAND_LINE_BUILD=--max-old-space-size=8192
Original issue is #2820 (closed)