I\'m creating a leaflet map inside an Angular-cli project. Map tiles are stored locally in the \'assets\' folder because it\'s a raster map. The problem is when I\'ve many z
You can add NODE_OPTIONS as a system variable. To set memory to 4 gigs,
NODE_OPTIONS
--max-old-space-size=4096
Lots more info on this thread, they deserve the votes