Displaying 1 result from an estimated 1 matches for "64896k".
Did you mean:
648960
2006 Oct 03
1
Samba 3.0.23c memory usage increased ten fold to over 70Mb / smbd process
...2M sleep 59 0 0:00:01 0.0% smbd/1
21683 root 77M 70M sleep 59 0 0:00:06 0.0% smbd/1
2996 root 77M 71M sleep 59 0 0:00:01 0.0% smbd/1
The increase seems to be coming from the connections.tdb file which is
being loaded
by every process
From pmap
FA400000 64896K rw-s- dev:32,0 ino:301744
the address changes for each smbd process but the dev:32,0 ino:301744
remains constant
-rw-r--r-- 1 root root 66453504 Sep 29 15:07
/usr/local/samba/var/locks/connections.tdb
(Sizes are identical, so I guess it's this file which is mapped)
I've cur...