• Andrew Morton's avatar
    [PATCH] shrink VFS hash sizes on small machines · b52b3a2b
    Andrew Morton authored
    From: Matt Mackall <mpm@selenic.com>
    
    Base hash sizes on available memory rather than total memory.  An
    additional 50% above current used memory is considered reserved for the
    purposes of hash sizing to compensate for the hashes themselves and the
    remainder of kernel and userspace initialization.
    b52b3a2b
dcache.c 41.6 KB