[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread fish
On Sun, 20 Oct 2002, Ian Clarke wrote: > On Mon, Oct 21, 2002 at 03:11:29AM +0200, Oskar Sandberg wrote: > > Will they notice with FEC encoding kicking in by default? > > Actually, on further reading, FEC only kicks in by default if inserting > with FProxy - many people insert large files via

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread Oskar Sandberg
On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > increase default storeSize to 256MB. The reason for this is that 200MB > > cannot actually cache a 1MB file after you take into account fields > > etc which are added

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 07:02:26PM -0700, Ian Clarke wrote: > On Mon, Oct 21, 2002 at 03:11:29AM +0200, Oskar Sandberg wrote: > > Will they notice with FEC encoding kicking in by default? > > Actually, on further reading, FEC only kicks in by default if inserting > with FProxy - many people inse

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 06:58:15PM -0700, Ian Clarke wrote: > On Mon, Oct 21, 2002 at 02:00:07AM +0100, Matthew Toseland wrote: > > > I am pretty uncomfortable at the idea that Freenet won't work with files > > > above a certain size. It is likely that there are many people who blame > > > Freene

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 09:28:47PM -0400, Mathew Ryden wrote: > - Original Message - > From: "Matthew Toseland" > > > On Sun, Oct 20, 2002 at 09:08:13PM -0400, Mathew Ryden wrote: > > > > > > It actually defaults to 10MB or 20% of free space whichever is greater, > as > > > long as it isn

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 09:59:27PM -0400, Gianni Johansson wrote: > On Sunday 20 October 2002 20:47, you wrote: > > > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > > increase default storeSize to 256MB. The reason for this is that 200MB > > > cannot actually cache a 1MB f

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread Matthew Toseland
On Mon, Oct 21, 2002 at 03:11:29AM +0200, Oskar Sandberg wrote: > On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > > increase default storeSize to 256MB. The reason for this is that 200MB > > > cannot actually cac

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 09:08:13PM -0400, Mathew Ryden wrote: > - Original Message - > From: "Matthew Toseland" > > > On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > > > increase default storeSize to 2

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > increase default storeSize to 256MB. The reason for this is that 200MB > > cannot actually cache a 1MB file after you take into account fields > > etc which are added

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-21 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > increase default storeSize to 256MB. The reason for this is that 200MB > > cannot actually cache a 1MB file after you take into account fields > > etc which are added

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Gianni Johansson
It's not in fproxy. Though the FECEncoder doc does at least suggest that blocks should be <= 1M. See javadoc for FECEncoder.getBlockSize() http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freenet/freenet/src/freenet/client/FECEncoder.java?rev=1.2&content-type=text/vnd.viewcvs-markup The actual impl

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Gianni Johansson
On Sunday 20 October 2002 20:47, you wrote: > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > increase default storeSize to 256MB. The reason for this is that 200MB > > cannot actually cache a 1MB file after you take into account fields > > etc which are added to the file i

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Mathew Ryden
- Original Message - From: "Matthew Toseland" > On Sun, Oct 20, 2002 at 09:08:13PM -0400, Mathew Ryden wrote: > > > > It actually defaults to 10MB or 20% of free space whichever is greater, as > > long as it isn't greater than 2gb. > Don't go below 2400kB. Is there a 2GB problem with wind

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Mathew Ryden
- Original Message - From: "Matthew Toseland" > On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > > increase default storeSize to 256MB. The reason for this is that 200MB > > > cannot actually cache a 1MB

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Ian Clarke
On Mon, Oct 21, 2002 at 03:11:29AM +0200, Oskar Sandberg wrote: > Will they notice with FEC encoding kicking in by default? Actually, on further reading, FEC only kicks in by default if inserting with FProxy - many people insert large files via FCP. Ian. -- Ian Clarkeian@[free

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Ian Clarke
On Mon, Oct 21, 2002 at 02:00:07AM +0100, Matthew Toseland wrote: > > I am pretty uncomfortable at the idea that Freenet won't work with files > > above a certain size. It is likely that there are many people who blame > > Freenet for not storing their 4 meg file. This effective file-size > > l

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Ian Clarke
On Mon, Oct 21, 2002 at 03:11:29AM +0200, Oskar Sandberg wrote: > > I am pretty uncomfortable at the idea that Freenet won't work with files > > above a certain size. It is likely that there are many people who blame > > Freenet for not storing their 4 meg file. This effective file-size > > lim

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 07:02:26PM -0700, Ian Clarke wrote: > On Mon, Oct 21, 2002 at 03:11:29AM +0200, Oskar Sandberg wrote: > > Will they notice with FEC encoding kicking in by default? > > Actually, on further reading, FEC only kicks in by default if inserting > with FProxy - many people inse

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Ian Clarke
On Mon, Oct 21, 2002 at 03:11:29AM +0200, Oskar Sandberg wrote: > Will they notice with FEC encoding kicking in by default? Actually, on further reading, FEC only kicks in by default if inserting with FProxy - many people insert large files via FCP. Ian. -- Ian Clarkeian@[free

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 06:58:15PM -0700, Ian Clarke wrote: > On Mon, Oct 21, 2002 at 02:00:07AM +0100, Matthew Toseland wrote: > > > I am pretty uncomfortable at the idea that Freenet won't work with files > > > above a certain size. It is likely that there are many people who blame > > > Freene

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Ian Clarke
On Mon, Oct 21, 2002 at 02:00:07AM +0100, Matthew Toseland wrote: > > I am pretty uncomfortable at the idea that Freenet won't work with files > > above a certain size. It is likely that there are many people who blame > > Freenet for not storing their 4 meg file. This effective file-size > > l

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Ian Clarke
On Mon, Oct 21, 2002 at 03:11:29AM +0200, Oskar Sandberg wrote: > > I am pretty uncomfortable at the idea that Freenet won't work with files > > above a certain size. It is likely that there are many people who blame > > Freenet for not storing their 4 meg file. This effective file-size > > lim

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Gianni Johansson
It's not in fproxy. Though the FECEncoder doc does at least suggest that blocks should be <= 1M. See javadoc for FECEncoder.getBlockSize() http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/freenet/freenet/src/freenet/client/FECEncoder.java?rev=1.2&content-type=text/vnd.viewcvs-markup The actual impl

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 09:28:47PM -0400, Mathew Ryden wrote: > - Original Message - > From: "Matthew Toseland" <[EMAIL PROTECTED]> > > > On Sun, Oct 20, 2002 at 09:08:13PM -0400, Mathew Ryden wrote: > > > > > > It actually defaults to 10MB or 20% of free space whichever is greater, > as >

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > increase default storeSize to 256MB. The reason for this is that 200MB > > cannot actually cache a 1MB file after you take into account fields > > etc which are added

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > increase default storeSize to 256MB. The reason for this is that 200MB > > cannot actually cache a 1MB file after you take into account fields > > etc which are added

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Mathew Ryden
- Original Message - From: "Matthew Toseland" <[EMAIL PROTECTED]> > On Sun, Oct 20, 2002 at 09:08:13PM -0400, Mathew Ryden wrote: > > > > It actually defaults to 10MB or 20% of free space whichever is greater, as > > long as it isn't greater than 2gb. > Don't go below 2400kB. Is there a 2G

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 09:59:27PM -0400, Gianni Johansson wrote: > On Sunday 20 October 2002 20:47, you wrote: > > > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > > increase default storeSize to 256MB. The reason for this is that 200MB > > > cannot actually cache a 1MB f

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Matthew Toseland
On Mon, Oct 21, 2002 at 03:11:29AM +0200, Oskar Sandberg wrote: > On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > > increase default storeSize to 256MB. The reason for this is that 200MB > > > cannot actually cac

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Matthew Toseland
On Sun, Oct 20, 2002 at 09:08:13PM -0400, Mathew Ryden wrote: > - Original Message - > From: "Matthew Toseland" <[EMAIL PROTECTED]> > > > On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > > > increase def

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Ian Clarke
On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > increase default storeSize to 256MB. The reason for this is that 200MB > cannot actually cache a 1MB file after you take into account fields > etc which are added to the file in storage. Change/add some > descriptions. I am prett

[freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Ian Clarke
On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > increase default storeSize to 256MB. The reason for this is that 200MB > cannot actually cache a 1MB file after you take into account fields > etc which are added to the file in storage. Change/add some > descriptions. I am prett

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Gianni Johansson
On Sunday 20 October 2002 20:47, you wrote: > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > increase default storeSize to 256MB. The reason for this is that 200MB > > cannot actually cache a 1MB file after you take into account fields > > etc which are added to the file i

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Oskar Sandberg
On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > increase default storeSize to 256MB. The reason for this is that 200MB > > cannot actually cache a 1MB file after you take into account fields > > etc which are added

Re: [freenet-dev] Re: [freenet-CVS] freenet/src/freenet/node Node.java,1.71,1.72

2002-10-20 Thread Mathew Ryden
- Original Message - From: "Matthew Toseland" <[EMAIL PROTECTED]> > On Sun, Oct 20, 2002 at 05:47:15PM -0700, Ian Clarke wrote: > > On Sun, Oct 20, 2002 at 05:29:15PM -0700, Matthew Toseland wrote: > > > increase default storeSize to 256MB. The reason for this is that 200MB > > > cannot ac