Open
Description
The Issue
When using sampleTerrainMostDetailed
often (thousands of times), the memory usage slowly rises.
Inspections
In node
this leads to a large external
memory usage over time. We managed to replicate the problem in the browser (see this sandcastle gist). This leads to the following profile over 90 seconds:
For some reason, the listeners
keep on rising, we are currently trying to get to the bottom of this and would welcome any input.