glTFast icon indicating copy to clipboard operation
glTFast copied to clipboard

Out of Memory on Android Phone

Open zhang391239 opened this issue 1 year ago • 1 comments

The. Gltf model on the Android phone cannot release the memory correctly when it is destroyed

zhang391239 avatar Aug 11 '22 11:08 zhang391239

Hi @zhang391239 ,

I require more information.

Do you experience out-of-memory errors during loading (maybe of a huge gltf) or afterwards (maybe after repeatedly loading and destroying models)?

If the latter, have you certified (via memory profiles) that there's a memory leak and figured what resources don't get destroyed properly?

How exactly do you destroy the glTF instance?

atteneder avatar Aug 24 '22 09:08 atteneder