Re: Perplexing? These handlers add to heap on idle
Re: Perplexing? These handlers add to heap on idle
- Subject: Re: Perplexing? These handlers add to heap on idle
- From: Shane Stanley <email@hidden>
- Date: Sat, 17 Sep 2016 16:04:56 +1000
On 17 Sep 2016, at 3:47 PM, Brian Christmas <email@hidden> wrote:
>
> I’m presuming it’s added to the Cached memory, and that Cached memory is not cleared.
The whole point of cached memory is that it isn't flushed until something else needs the memory. Caching is great; the alternative is having memory chips potentially sitting there unused while your app drags stuff off disks again and again. And if it's not being cleared by restarting your app, it's probably system-level caching, which is even more useful because it can benefit more than just your app.
Before you try fiddling with memory-related stuff, you need to spend some time learning how it works.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>, <latenightsw.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden