Hacker News new | ask | show | jobs
by b20000 856 days ago
The point is to avoid the memory pressure from increasing. Have you investigated the allocation behaviour of ALL the code in your application?
1 comments

The memory pressure is caused by other apps on the user's machine. My test program just increments a counter when there is a glitch, and requires a trivial amount of memory. Yet, it can see glitches when other apps run in the background allocating memory.