verma/plasio

Memory leaks when point cloud data loading

spirityy opened this issue · 0 comments

I have the problem loading large pointcould data.

At the beginning,
mem1

After a while,
mem3

The problem is PotreeRenderer class this.buffers? Or web workers load laz/las file cause memory leak?

I've exclude other possible causes.Without the point cloud being loaded, there is no memory leak for any operation.