2009/1/29 <[email protected]>: > > JVM Info > a.. Used Java memory: 921 MiB > b.. Allocated Java memory: 1016 MiB > c.. Maximum Java memory: 1016 MiB > d.. Running threads: 243/1000 > e.. Available CPUs: 2 > f.. Java Version: 1.6.0_11 > g.. JVM Vendor: Sun Microsystems Inc. > h.. JVM Version: 11.0-b16 > i.. OS Name: Windows XP > j.. OS Version: 5.1 > k.. OS Architecture: x86 > > nodeUptime: 10h4m >
if you are using it with java 6 in linux, do this: $ jmap -heap:format=b <pid> where <pid> is the pid of freenet java process. Compress the heap.bin and send it somewhere the developers can download. WARNING: this file contain private info, such as your linux user name, darknet port, ip address, what's downloading, etc.... this file can be opened with Eclipse MAT / YourKit Profiler / jhat or other java memory profile tools > > > > I have changed the setting for > RAMBucketPoolSize: 79.9 MiB / 80.0 MiB > > Maximum size of a RAMBucket > > Maybe this is a reason? > > -- > Ich verwende die kostenlose Version von SPAMfighter für private Anwender, > die bei mir bis jetzt 6723 Spammails entfernt hat. > Rund 5,9 Millionen Leute nutzen SPAMfighter schon. > Laden Sie SPAMfighter kostenlos herunter: http://www.spamfighter.com/lde > > > _______________________________________________ > Devl mailing list > [email protected] > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl _______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
