I have an application in which my app's Memory impact crossed 438.7 Mb, i checked with instruments but there was no memory leaks ,i am surprised ,Is there any way to find out the reason behind it ?
Asked
Active
Viewed 38 times
0
-
Use the "Allocations" tool in Instruments if "Leaks" doesn't show anything. Look for objects that are bigger than you expect or objects that are created more often than you expect and not released. – Phillip Mills Mar 20 '18 at 13:53
-
Use real device with Instruments, simulator always does not shows correct values (including for leaks) – wootage Mar 20 '18 at 14:18
-
when i tried to run in real device with Instruments the app is getting closed ,i am really stucked – Shakti Mar 21 '18 at 06:10