- Home /
Question by
tech_geek_9 · Nov 24, 2021 at 11:21 AM ·
webgloptimizationmemorywebmemory usage
How to optimize memory usage in webgl applications
We are working on a webgl application in which we have to use about 5 to 25 models in a scene based on different conditions. Whenever we try to load a model or try to load some other data, then application memory usage rises for a short time period and goes down afterwards But due to this memory usage spike, sometimes webgl application crashes. What measures we can follow to reduce this memory usage?
Comment