>Thus spake The Babbler <[EMAIL PROTECTED]> [06:24:30 11/11/03:
>: I run FreeBSD, with JDK 1.4 (jdk-1.4.1p4_1) and 4.9-STABLE kernel.
>: 
>: Free *is* very slow for me but I don't see loads > 100%; in fact, the load 
>: numbers always seem fairly plausible.  Just a data point to tell you it's not 
>: universal.
>
>Thanks!
>
>Anyone running under 5-CURRENT?  It's good to see that it's working for
>someone, just wondering if perhaps all the threading changes have made
>a difference.
>
>Or maybe my node is just overloaded...

if you've got only thread problems, try this:

- stop the node
- edit your freenet.ini or freenet.conf file with a text editor
- replace "%maximumThreads=120" with "maximumThreads=300" (note: the '%' is gone!)
- replace "%threadFactory=Q" with "threadFactory=Y" (note: no '%' anymore)
- restart the node

this will replace the thread factory implementation and raises the limit of how many 
threads are allowed to run to 300

you may reduce 300 to something lower if your machine experiences slowdown. for me the 
settings Y,300 worked even *better* than Q,120




_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support

Reply via email to