I'm not seeing this but now that the world seems to have "discovered" my node, my JVM keeps dying with out-of-memory and NULL pointer exceptions. I still have plenty of (virtual) memory left, so something else must be serving as a "cap" on the memory that java can get.
This might be a java tuning parameter or a kernel setting (I'm using FreeBSD 4.9-STABLE), but if anybody has any clues I'm appreciate it. My current solution of "shutting down freenet every time it happens and restarting it" is getting old fast especially since that's getting to be about every hour now. On Tuesday 11 November 2003 07:22 pm, Damian Gerow wrote: | Thus spake "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> [16:34:02 11/11/03: | : >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 | | Thanks. I was hoping to avoid upping the number of threads, but I must | admit, I have no idea what the different threadFactory's are. | | : you may reduce 300 to something lower if your machine experiences | : slowdown. for me the settings Y,300 worked even *better* than Q,120 | | Nope, I should be fine running at 300 or so. When I move this over to a | dedicated machine, I'll probably drop it, as it's not as beefy as my | current machine. | _______________________________________________ | Support mailing list | [EMAIL PROTECTED] | http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support -- Brian, the man from Babble-On . . . . [EMAIL PROTECTED] (personal) _______________________________________________ Support mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support