On Monday 08 Oct 2012 22:06:59 guido wrote:
> > 
> > Nothing obvious there. Are you sure it was using heavy CPU at the time?
> 
> It's always using this much CPU, including at that time. I checked. (With top)
> 
> > If so it might be a garbage collection issue 
> >.... how much memory is Freenet allowed in wrapper.conf?
> 
> wrapper.java.maxmemory is set to 1095. I can find no other setting related to 
> memory limits in there.
> 
> Here's the entire file:
> 
> wrapper.java.command=java
> wrapper.working.dir=../
> wrapper.java.mainclass=freenet.node.NodeStarter
> wrapper.java.classpath.1=freenet.jar
> wrapper.java.classpath.2=freenet-ext.jar
> wrapper.java.library.path.1=lib
> wrapper.java.initmemory=60
> # Increased because of slot filters in 1385
> wrapper.java.maxmemory=1095
> wrapper.java.additional.1=-Dnetworkaddress.cache.ttl=0
> wrapper.java.additional.2=-Dnetworkaddress.cache.negative.ttl=0
> wrapper.java.additional.3=-enableassertions:freenet

Okay, add this line here:

wrapper.java.additional.4=-Xloggc:freenet.loggc

Then shut down and start up Freenet, and watch freenet.loggc. Are you seeing a 
lot of "Full GC" ?

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Support mailing list
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:support-requ...@freenetproject.org?subject=unsubscribe

Reply via email to