Run Ensemble8->Timeline sample using Instruments->Leaks utility.
We can see that while we animating in Timeline sample there is a continuous increase in persistent BlitEncoders count. Each BlitEncoder take up 128bytes and over the time they consume considerable memory footprint. Attached image of continuous BlitEncoders leak.
We need to clear these intermediate BlitEncoder properly.
We can see that while we animating in Timeline sample there is a continuous increase in persistent BlitEncoders count. Each BlitEncoder take up 128bytes and over the time they consume considerable memory footprint. Attached image of continuous BlitEncoders leak.
We need to clear these intermediate BlitEncoder properly.
- blocks
-
JDK-8335599 Memory Leak due to metal objects
- Open