|
From: David H. <da...@aq...> - 2003-05-31 05:44:09
|
I set my max to '-mx400m' because I was editing some large txt files the other day and kept running out of memory... Should I lower this to allow the GC to auto kick in? I'll try some more testing tomorrow. I hadn't thought about the changes I'd made in the launcher.. - David -----Original Message----- From: Slava Pestov [mailto:sl...@je...] Sent: Friday, May 30, 2003 9:27 PM To: jed...@li... Subject: Re: [ jEdit-users ] Memory Leak in XSLT Processer? What is your maximum Java heap memory set to in your launcher configuration? Because the JVM won't usually garbage collect until the heap is mostly full. To be sure its an actual memory leak, try doing a few transforms, then GC, then another few transforms, then GC, then repeat a few more times, and see if it's using more memory than after the initial transform. On Fri, May 30, 2003 at 09:15:27PM -0700, David Hekimian wrote: > It may just be me as I am new to jEdit and such, but I have 1 xml > document open and every time I transform the document, the memory > usage keeps increasing. > > Load jEdit: 3/3MB > Load .xml : 9/14MB > Transform : 18/27MB > Transform : 29/44MB > Transform : 33/53MB > Transform : 45/53MB > Transform : 59/65MB > > > If I double click on the memory usage in the bottom right corner, it > says garbage collection released some memory getting it back down to > 6/21MB. > > Is this normal? > > > Windows XP > java -version > java version "1.4.0_01" > Java(TM) 2 Runtime Environment, Standard Edition (build > 1.4.0_01-b03) > Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode) jEdit > 4.1Final XSLT 0.5.3 > > > BTW: jEdit is an Awesome platform for creating & transforming xml > content. > > > - David > > > ------------------------------------------------------- > This SF.net email is sponsored by: eBay > Get office equipment for less on eBay! > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users -- Slava Pestov ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 -- ----------------------------------------------- jEdit Users' List jEd...@li... https://lists.sourceforge.net/lists/listinfo/jedit-users |