Question by
Spmitw · Nov 26, 2019 at 08:38 PM ·
memorymemory managementmemory-leak
Memory leak on Application.Quit()?
On exiting my application, I get the following in the output_log file:
Setting up 4 worker threads for Enlighten.
Thread -> id: 4e40 -> priority: 1
Thread -> id: 2158 -> priority: 1
Thread -> id: 2948 -> priority: 1
Thread -> id: 3234 -> priority: 1
##utp:{"type":"MemoryLeaks","allocatedMemory":7069,"memoryLabels":[{"Default":1048},{"NewDelete":352},{"Thread":8},{"Manager":112},{"VertexData":624},{"GfxDevice":848},{"FMOD":640},{"Serialization":40},{"String":1197},{"DynamicArray":864},{"Sprites":1024},{"VR":64},{"SceneManager":960},{"SceneLoad":-720},{"Secure":8}]}
This suggests a memory leak right? Could I possibly trace back to where the problem is using the info giving by the output_log?
Many thanks.
Comment
Your answer
Follow this Question
Related Questions
Unity 2D Tilemap, and ever increasing Total Object Count 1 Answer
Memory error pls help 0 Answers
On iOS platform, my application take about 900MB of memory at startup for some seconds 0 Answers
What is the correct way to store circular references in Unity? 1 Answer
IOS unity taking lot of memory 0 Answers