I don’t know how to release the GPU memory. I have several scenes, I need to check the scene and load different models. My solution is to remove and dispose the models in the last scene, then load the new models. The problem is after using dispose function, the CPU and GPU memory is not released. The result is when the scene is more and more, the fps is lower, the memory is increasing, then the browser will crash.