Hi Jeff, I got some reports from customers about failure to allocate the nfsd_file_hashtbl on nfs server restart on a long running system, probably due to memory fragmentation. A search in Google for this error message yields several results of similar reports [1][2]. My question is, does nfsd_file_cache_init() have to be done on server startup? Doesn't it make more sense to allocate all the memory pools and hash table on init_nfsd()? Thanks, Amir. [1] https://unix.stackexchange.com/questions/640534/nfs-cannot-allocate-memory [2] https://askubuntu.com/questions/1365821/nfs-crashing-on-ubuntu-server-20-04