How to resolve JavaScript heap out of memory error?

Viewed 38

I have been getting this error while trying to batch the payload fetched for my get API. The payload is large and I have tried to increase the size using --max-old-space-size=3072. But it doesn't work. What can be done to resolve this?

JavaScript heap out of memory error

0 Answers
Related