> -----Ursprüngliche Nachricht----- > Von: Niklas Edmundsson
> > Correct. When caching a 4.3GB file on a 32bit arch it gets so > bad that > mmap eats all your address space and the thing segfaults. I initally > thought it was eating memory, but that's only if you have mmap > disabled. Ahh, good point. So I guess its needed to remove the mmap buckets in the loop from the brigade. Regards Rüdiger