:Am I wrong, or does the nbuf calculation in kern_vfs_bio_buffer_alloc() :depend on a 4096B page size in order to do what the comment says it does? : :Doesn't the calculation allocate more buffer headers for machines with :4096B pages then it does for machines with 8192B pages? Is this on :purpose, or am I missing something? : :Thanks. : :-- :Chad David [EMAIL PROTECTED]
Yah, you're right. The constants '1024' and '16384' assume a 4K page size. I'll commit a fix. -Matt To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message