Is there any documentation on how CPU and memory allocation is done for a tile-reduce script?
A tile-reduce script which is running in a 32 CPU core machines uses all the cores to process 400 tiles uses all the cores initially for 4-5 tiles and then only one CPU is allocated till the end.
What might be the issue here? Is this the issue with cached memory or because of too many operation happening inside map.js?