So, yesterday I did a bunch of tagging in JEmplode, and I left it open all day (because, why bother quitting..) after synching. Today I was doing something with Quartz Debug (You've got a Mac around there, right Mike? I don't know where you'd find this info in Windows) and I noticed that I've got 122 (about the number of tags I edited) jEmplode windows open in memory, most of them 420x400, which is (not coincidentally) the size of the tag editing window. There's also a few 564x150s ("are you sure" dialogs), 217x353s (?) and 290x80s (?).

Each one of the edit windows is using 676kBytes of buffer memory, so something like 70mb of memory is being used (well, paged out probably). `top` agrees,

PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE
465 JavaApplic 0.0% 36:27.90 16 325 391 63.4M 141M 128M 425M

So it would appear that either JE isn't releasing the windows like it should, or the JVM is keeping them around for no reason. Can anybody else confirm this? I'm on a dual 450 G4 w/ a gig of RAM and 10.2 (release, came early with new iMac).