(2012-03-01) Bluehost Too Many Moin Files
Notice that Blue Host is warning me in C Panel that I have too many files again. Like 2011-04-26-[[Blue HostTooManyMoinFiles]]. Currently have 196,583.
Hrm, my old notes don't tell me how I figured out many files were in each directory...
- the links I've found just tell you the total for the current (or a single other) directory.
- using
find . | wc -lin the wiki-data directory gives 190k. - using
find . -type f | cut -d "/" -f 2 | sort | uniq -c | sort -ngives me a 1-level list with 111343 forwikisubdirectory (which is this WikiLog). Total is just a little higher than that. Dropping the-type fgives me 185k for that same directory, which I think ties more to what they look at - MoinMoin creates a directory for each page.- digging down into
wiki:datahas 149k. Thenpageshas 148k. Then the biggest isz2011(2d)08(2d)12(2d)BootcampForPcGameswith just 61! Doingls | wc -ltells me there are 25k directories (pages) there (many of those are MoinMoin docs I suspect...). Crud, may really need to compress the wiki history.
- digging down into
- using
More details on that maint_reducewiki method.
Edited: | Tweet this! | Search Twitter for discussion

Made with flux.garden