You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Even if I try to use the command: node /usr/lib/node_modules/dexcalibur/dexcalibur.js --max-old-space-size=16384 I still get the crash with error JavaScript heap out of memory:
ok the only way I have made it work is modifying the file: /usr/lib/node_modules/dexcalibur/dexcalibur.js and add:
#!/usr/bin/env node --max-old-space-size=16384 to the shebang.
I needed to use this otherwise dexcalibur launch node without the option.
I tried to play with option in file: /usr/lib/node_modules/dexcalibur/dexcalibur but it never worked.
Hello,
Even if I try to use the command:
node /usr/lib/node_modules/dexcalibur/dexcalibur.js --max-old-space-size=16384
I still get the crash with errorJavaScript heap out of memory
:The text was updated successfully, but these errors were encountered: