On Fri, 29 Dec 2000, Ian Clarke wrote:

> So I have noticed that Freenet's memory usage gets to about 97MB within
> about 4 seconds of starting up in IBM JDK 1.3 running on Linux with
> default parameters - this is clearly rediculous. This suggests that it
> isn't a question of threads being left behind after requests, since no
> requests have taken place at this stage, but that it is something
> happening during initialisation.
> 
> Not running FProxy reduces it to 86MB on startup, suggesting that FProxy
> is not the culprit, although it does contribute to the problem.
> 
> Deactivating thread management (by setting maximumConnectionThreads to
> 0) has no significant effect upon the memory usage.
> 
> Wow! I just temporarily removed my datastore (rm -rf .freenet/*) - and
> now memory usage is at 140MB within seconds of startup, but when I stop
> and restart the node, it is back to around 80MB.

Fuck. Does `java -showversion` give you

java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Classic VM (build 1.3.0, J2RE 1.3.0 IBM build cx130-20000623 (JIT enabled: jitc))


-- 
Mark Roberts
[EMAIL PROTECTED]


_______________________________________________
Freenet-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to