On Fri, 24 Jul 1998, Tom wrote: > If you use anon mmap, you won't have a file cache.mmap to check the size > of. I'd also assume that the file would be maxMmap size all the time. Cache.mmap is still created. du will tell you how much is used, vs how much ls -l shows you. The same trick is useful for getting the real size of a core dump. AB