On Wed, 30 May 2001, Doug Bostrom wrote:

> Wondering if anybody else has seen this. I've been running 0.3.9.1 on i386 Linux 
>2.2.14 w/ IBM JDK 1.3. successfully since 0.3.9.1 was released. Tons of traffic, lots 
>of 
> storage and retrieval happening, everything seemed to be working smoothly. A couple 
>of days ago the box the whole affair was running began locking hard- no console 
> access, ethernet unresponsive, etc. This happened several times, but stopped when I 
>reluctantly shut off the freenet facility. Crashes happened within 1 hour of 
> restarting the box. Notify time is set to 15 mins (and I hope I've not violated any 
>sanctions with that).
Hi!

Have you set a useful limit for incoming connections ?

# Should we use thread-management?  If this number is defined and 
#non-zero,
# this specifies how many inbound connections can be active at once.
maximumConnectionThreads=50        

If this value is not set in .freenetrc than there could be so
many incoming connections and this means threads and this maybe means
native thread(== processes) that it may exceed the system limit.

Another reason could be that you 
a) insert to much into freenet through a script
or 
b) request many things through fproxy

If b is the case you could try to run fproxy in a new jvm
and disable it in the config file.

All just guesses ...
Ruediger



_______________________________________________
Support mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/support

Reply via email to