raulabad98
New Pleskian
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 each app I have.
What do I need to do? Thanks in advance.
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 each app I have.
What do I need to do? Thanks in advance.