Skip to content
Commit db5fe265 authored by Miquel van Smoorenburg's avatar Miquel van Smoorenburg Committed by Trond Myklebust
Browse files

sunrpc: increase MAX_HASHTABLE_BITS to 14



The maximum size of the authcache is now set to 1024 (10 bits),
but on our server we need at least 4096 (12 bits). Increase
MAX_HASHTABLE_BITS to 14. This is a maximum of 16384 entries,
each containing a pointer (8 bytes on x86_64). This is
exactly the limit of kmalloc() (128K).

Signed-off-by: default avatarMiquel van Smoorenburg <mikevs@xs4all.net>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 651b2933
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment