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
i was testing it and im in dead end right now cause i cant convert it somehow... map size is 136394KB in size (its a huge map)
Error Message: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Report file: report.20211002.013332.20972.0.001.json.zip
SOLUTION:
run script with this argument node --max-old-space-size=4096 convert.js
The text was updated successfully, but these errors were encountered:
i was testing it and im in dead end right now cause i cant convert it somehow... map size is 136394KB in size (its a huge map)
Error Message: FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
Report file:
report.20211002.013332.20972.0.001.json.zip
SOLUTION:
run script with this argument
node --max-old-space-size=4096 convert.js
The text was updated successfully, but these errors were encountered: