Re: [freenet-support] Re: 5029 overloads

2003-11-01 Thread Niklas Bergh
I am using YThreadFactory (obviously) and maximumThreads=300. Also, I'm allocating 128MB to java memory. I'll keep it running until the outgoing bandwidth gets really low. Recommendations? Or does this indicate a bug needing to be fixed? -Martin Given the amount of requests your that

Re: [freenet-support] Re: 5029 overloads

2003-11-01 Thread Toad
On Fri, Oct 31, 2003 at 11:45:53PM -0800, Martin Stone Davis wrote: I am using YThreadFactory (obviously) and maximumThreads=300. Also, I'm allocating 128MB to java memory. I'll keep it running until the outgoing bandwidth gets really low. maximumThreads=300 = you need to give it more

Re: [freenet-support] Re: 5029 overloads

2003-11-01 Thread Toad
On Sat, Nov 01, 2003 at 08:35:07AM -0500, Evan Berggren Daniel wrote: On Sat, 1 Nov 2003, Toad wrote: maximumThreads=300 = you need to give it more memory. Recommend -Xmx256m, at least. Would it make sense to have freenet put a cap on the threads based on available memory, similar to

Re: [freenet-support] Re: 5029 overloads

2003-11-01 Thread Evan Berggren Daniel
On Sat, 1 Nov 2003, Toad wrote: Would it make sense to have freenet put a cap on the threads based on available memory, similar to how it caps the routing table size based on max connections? Perhaps, but how to calculate it? I'd go with something relatively simple. How many threads

Re: [freenet-support] Re: 5029 overloads

2003-10-31 Thread Toad
Reading between the lines... check your log file, have you had many OutOfMemoryErrors? On Wed, Oct 29, 2003 at 10:29:49PM -0800, Martin Stone Davis wrote: I'm using default values for everything. Here are some relevant lines from my freenet.ini: # Select which implementation of