Is there a Memory Leak in Samba 3.4.3?

Jeremy Allison jra at samba.org
Thu Dec 17 18:54:23 MST 2009


On Thu, Dec 17, 2009 at 08:49:20PM -0500, diego.remolina at physics.gatech.edu wrote:
> > 
> > In the meantime you can set:
> > 
> > "max open files = 16404"
> 
> Is this some magic number that just happens to fix it due to the bug? I had tried setting it to 10000, 50000 then 100000 and it still did not work. It showed a similar behavior as what is stated in the bugzilla, increasing the limit just made it take a bit longer to fail loading the roaming profile, but in the end it failed.


No, it's not a magic number. Windows servers (via smbtorture testing)
allow 16384 (16*1024) open handles before refusing opens. Then we add
20 (which I'll admit is a fudge factor) to allow for open tdb files.

Jeremy.


More information about the samba-technical mailing list