verma / plasio

Drag-n-drop In-browser LAS/LAZ point cloud viewer. http://plas.io
http://plas.io
MIT License
502 stars 131 forks source link

Memory leaks when point cloud data loading #69

Open spirityy opened 5 years ago

spirityy commented 5 years ago

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.