On Tue, May 06, 2003 at 11:02:55PM -0700, Tracy R Reed wrote: > freenet 15628 0.0 71.1 656240 366232 pts/3 S 22:46 0:00 java -server > -Xmx384MB freenet.node.Main > > 656M of RAM seems a tad excessive. 366M in actual RAM and the rest is in > swap. This is really hurting the performance of my machine. I have 512M of > physical RAM in the box. > > Linux home 2.4.19 #7 SMP Sat Apr 19 18:04:41 PDT 2003 i686 unknown unknown > GNU/Linux > > java version "1.4.1_01" > > Build 593 > > And here's my freenet.conf which I have carried over for many many freenet > versions. There is cruft in here and maybe there are some new options that > would improve my nodes performance. I have a cablemodem and 50G available > to the datastore with 23G actually used. My node seems to vary wildly in > the amount of traffic it handles. Earlier today I noticed it was doing > 4500 queries per hour when the global mean traffic was reported to be > around 3800 and now it is doing 1200 queries per hour when the mean > traffic is around 3500. > > ipAddress=68.15.17.90 > listenPort=2562 > storeSize=42G > outputBandwidthLimit=30000 > logLevel=Minor > mainport.allowedHosts=127.0.0.1,192.215.249.184,192.215.249.200,68.8.214.168 > mainport.bindAddress=* > nodestatus.class=freenet.client.http.NodeStatusServlet > nodestatus.port=8889 > distribution.class=freenet.node.http.DistributionServlet > distribution.port=8891 > distribution.params.unpacked=. > distribution.allowedHosts=* > distribution.winInstallerFilename=freenet-webinstall.exe > maximumThreads=120 > overloadLow=0.90 > overloadHigh=0.95 > logInboundContacts=true > logOutboundContacts=true > logInboundRequests=true > logOutboundRequests=true > logOutputBytes=true > logInboundInsertRequestDist=true > logInboundInsertRequestDist=true > logSuccessfulInsertRequestDist=true > > In addition to the memory leak I am noticing problems inserting. Some keys > will insert just fine but every time I try to insert my freesite (been > trying for a week with no success) there is always one or two keys that > fail to insert no matter how many times it tries. Actually I am using FIW > and sometimes the insert is successful but it DNF's on retrieving. It > tries a couple times, reinserts, retrieves, DNF's, and starts the cycle
What HTL does it use for the retrieve attempts? > over again for hours. It's like there is some node out there that certain > keys get routed too and that node swallows the key up and dnf's if an > attempt is made to retrieve the key. Highly annoying. Because I can never > successfully insert and retrieve all of the keys for my freesite I can > never successfully finish an insert. I think one of my test inserts did > finish but only one. It is currently trying to insert the slot and it is > taking forever. > > -- > Tracy Reed http://www.ultraviolet.org _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
