On Tue, Feb 19, 2013 at 00:35, Keith wrote:
> Q. How do I make the default web folder /var/www/ capable of holding
> millions of files (say 50GB worth of small 2kb-12kb files) so that I
> won't get inode issues ?

Yes, newfs -i with a smaller number.  Note that the number of inodes
is highly influential on the amount of memory and time required to run
fsck.  Typically the request is the opposite, reducing the number of
inodes so that large partitions can fsck in a reasonable amount of
time.  You don't want to push it too far.

Reply via email to