Hello, good morning:
I would like to increase the memory limit for the NodeJS application, however, I don't get the desired result.
The closest result is: 'export NODE_OPTIONS=--max-old-space-size=<size>', however, this is done globally and I would like to keep a separate configuration for...