Memory Leak I've been using Phex for a while doing searches and not having too many problems, but I recently tried to set it up to share my files. It works okay, but eventually dumps a "java.lang.OutOfMemory" error on me.
I turned on -verbose:gc and set my -Xmx256m and I can watch as it slowly increases the amount of memory it takes up until it hits the limit, throws and OutOfMemory error and basically dies. Looks like there same sort of object getting allocated that is never being released in there.
-jdr |