I'm running mod_cache with apache 2 on a fairly high traffic'd site.
I've set the htcacheclean to run in demon mode every 10 minutes to keep the cache at 4GB. It's currently at 15GB and doesn't seem to be shrinking. When I call htcacheclean manually it hangs for (at time of writing) 40 minutes.
Some preliminary research turned up this question
Apache's htcacheclean doesn't scale: How to tame a huge Apache disk_cache?
said that I should ensure index_dir is on, which it seems to be
# tune2fs -l /dev/sda3 | grep dir_index
Filesystem features: has_journal ext_attr resize_inode dir_index filetype needs_recovery extent flex_bg sparse_super large_file huge_file uninit_bg dir_nlink extra_isize
Are there other settings that I can turn on / ensure are turned on to help htcacheclean keep up with the cache generation?