On Mon, 3 Nov 2003, Adam Aube wrote: > > Please register a bug report for this issue so we remember > > looking into what the cause may be. > > Maybe it's because maximum_object_size was larger than the total cache > size?
I think it is more due to the fact that it was larger than 2^31 and with size modulo 2^32 == 0... but I have not looked closer at it yet. Regards Henrik