--- - branch: MAIN date: Sun Aug 7 02:33:47 UTC 2022 files: - new: '1.19' old: '1.18' path: src/sys/ufs/lfs/ulfs_dirhash.c pathrev: src/sys/ufs/lfs/ulfs_dirhash.c@1.19 type: modified - new: '1.41' old: '1.40' path: src/sys/ufs/ufs/ufs_dirhash.c pathrev: src/sys/ufs/ufs/ufs_dirhash.c@1.41 type: modified id: 20220807T023347Z.9c0fdd1aa94be10fee942d27285be3b2cdc46ebf log: | If UFS or LFS dirhash is enabled in the kernel, set the dirhash cache size dependant on memory size. If less than 128MB of memory, default to no cache. With 128MB of memory or more, use a maximum cache size of 1/64th of memory; cap maximum default cache size to 32MB (for systems with 2GB of memory or more). The dirhash cache sizes are still explicityly setable by sysctl(8) or by adding relevant entry(s) to sysctl.conf(5). module: src subject: 'CVS commit: src/sys/ufs' unixtime: '1659839627' user: simonb