Re: Java memory leak
From: Stewart Gordon (smjg_1998_at_yahoo.com)
Date: 04/28/04
- Next message: Will: "Re: InputVerifier and JFormattedTextField Problem :("
- Previous message: Rogan Dawes: "Re: Serving PDF from a servlet - blank screen in IE"
- In reply to: Roedy Green: "Re: Java memory leak"
- Next in thread: Howard Rubin - change nospam to nyx: "Re: Java memory leak"
- Reply: Howard Rubin - change nospam to nyx: "Re: Java memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 28 Apr 2004 16:40:44 +0100
Roedy Green wrote:
<snip>
> see http://mindprod.com/jgloss/packratting.html
> http://mindprod.com/jgloss/profiler.html
>
> I would check that dispose is used any time you close a frame you
> don't plan to reopen soon.
<snip>
FWIG there are actually true memory leaks when a frame has been closed
and all references indeed removed, but through having not been disposed
becoming an unreachable object doing nothing but taking up both memory
and native resources.
Stewart.
-- My e-mail is valid but not my primary mailbox, aside from its being the unfortunate victim of intensive mail-bombing at the moment. Please keep replies on the 'group where everyone may benefit.
- Next message: Will: "Re: InputVerifier and JFormattedTextField Problem :("
- Previous message: Rogan Dawes: "Re: Serving PDF from a servlet - blank screen in IE"
- In reply to: Roedy Green: "Re: Java memory leak"
- Next in thread: Howard Rubin - change nospam to nyx: "Re: Java memory leak"
- Reply: Howard Rubin - change nospam to nyx: "Re: Java memory leak"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|