Really nasty memory usage I've seen my swap file grow a couple hundred megabytes while dl'ing. Every hour or so 'garbage collection' comes around and the memory usage drops back down to a very reasonable size. I realize that this is most likely because of the automated memory allocation features of the java language, but memory demands that high should be avoided in the first place, and large blocks of allocated memory should be explicitly released, not simply allowed to eventually go out of scope. |