PPRuNe Forums - View Single Post - Memory hogging.
Thread: Memory hogging.
View Single Post
Old 1st June 2010 | 18:25
  #27 (permalink)  
Gertrude the Wombat
 
Joined: Nov 2000
Posts: 3,443
Likes: 1
From: Cambridge, England, EU
But, in furtherance to that: there is no way to reclaim memory which was supposed to be deallocated by any given app aside from rebooting your system.
Wrong.

If an application is leaking memory then killing that application will free up the memory, given any sane operating system, which all the ones you're likely to come across are, mostly. The operating system knows what memory is assigned to any application and frees up that memory when the application terminates even if the application doesn't do it for itself.

It's only if something in the operating system itself, rather than an application, is leaking memory that you're likely to need a reboot.
Gertrude the Wombat is offline  
Reply