mÃn 2011-01-17 klockan 11:39 -0800 skrev Michael Leong: > Hi, > My squid installation keeps crashing w/ the following error: > > assertion failed: filemap.c:78: "fm->max_n_files <= FILEMAP_MAX_SIZE" Which is what subject says. Each cache_dir can hold up to 2^24 objects. Reduce the size of your cache_dir:s, dividing the disk over more cache_dir entries. You can have up to 31 cache_dir entries. Regards Henrik