Re: [Nfs-ganesha-devel] Consistently hitting OOM killer

2017-03-24 Thread Daniel Gryniewicz
I'm thinking there's something wrong here. The handle cache is limited (to 32k by default, unless you raised the limit). The dirent cache is currently unlimited (limits coming in 2.5), but a dirent is only 80 bytes + sizeof(filename), so that can't do it. This can be tested, if you want to u

[Nfs-ganesha-devel] Consistently hitting OOM killer

2017-03-23 Thread sriram patil
Hi, We have been able to reproduce the OOM killer error consistently. NFS Ganesha memory consumption goes as high as 85-90 gigs (>60% of total memory). The test case is very simple, just keep creating files (with dd, bs=64k count=1). The setup has 1 NFS Ganesha server and 8 clients which are cont