OTBM2JSON icon indicating copy to clipboard operation
OTBM2JSON copied to clipboard

JavaScript heap out of memory - with bigger maps

Open themaoci opened this issue 4 years ago • 0 comments

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

themaoci avatar Oct 01 '21 23:10 themaoci