> I recently setup 0.4 (14102001 for Windows I think) and noticed that, where > you put in the maximum size of of the store, it whouln't take anything above > 2047M (0x7fffffff bytes). any possibility of scaling this by Ks or clusters > or something to allow larger (20-30Gb) stores? I am runing my instalation > off a Maxtore 80G drive, so I can afford the space.
This isn't a Freenet problem really, it's a problem with the Windows file system. Freenet 0.4 stores all data in a single file, but Windows can't make a file larger then 2 GB (2048 MB). Note that this is the limit of a 32-bit signed integer. If Microsoft were to increase this to 64-bits, the limit would soar up to a few terrabytes. I believe work is under way to allow 0.4 nodes to split the store file into several peices, thus allowing store sizes larger then 2 GB on OSes that would otherwise not support it (such as Windows and Linux 2.2). _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://lists.freenetproject.org/mailman/listinfo/devl