On Monday 27 January 2003 21:54, you wrote: > > On Mon, Dec 23, 2002 at 10:18:09AM +1100, fish wrote: > > I've cc'd this reply to freenet devl to see if they have any thoughts on > > this issue (gj? anyone else?) > > > > On Sun, Dec 22, 2002 at 07:10:41AM -0500, Jack Byer wrote: > > > For some reason, fishsite always crashes my node when I try to insert a > > > site with more than one splitfile in it. If I try to insert an edition > > > with a bunch of new splitfiles, it will try to encode up to six at the > > > same time. This problem happenes with both the windows and the linux > > > versions. I've tried varing the number of insert threads and the > > > "FECInstanceCacheSize" property in freenet.conf. The freenet log talks > > > about out of memory errors, > > > > > > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > > > > > but since I have 1GB installed, I don't think this is really the > > > problem... > > > > At least on linux, the java VM allocates a fixed pool of memory, rather > > than growing to fix ram. I assume it also does this on windows, however > > I don't know how to solve this there. > > > > I may need to put a big lock around the FEC encoding bit to make sure > > that no more than one FEC encode thread is at the node at once. But the > > node should still be nicer about this :-p. > > Was this ever done? No I never put the max conncurent encode/decode limits into the FEC FCP handling.
Will do it tonite. --gj ---------------------------------------- Content-Type: application/pgp-signature; charset="us-ascii"; name="Attachment: 1" Content-Transfer-Encoding: 7bit Content-Description: ---------------------------------------- _______________________________________________ devl mailing list devl at freenetproject.org http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
