I've developed a nodejs app, and made exe out of it using npm library called "pkg". Now while using command prompt, if I run that "script.exe"(open command prompt in the location of script.exe, and type "script.exe",hit enter button), then I'm getting "javascript heap out of memory" error. How to resolve itt?