<div dir="ltr"><div><div><div><div><br></div>At the risk of being really blunt, CLUE has always given me good advice in the past, so I thought I&#39;d ask for some pointers.  We have a situation at work where some of our code monkeys are complaining about the performance on a samba share mounted on a RHEL6.1 server;  I&#39;m trying to get a path out of them (the monkeys) so I can reproduce the issue, but in the meantime we&#39;re not seeing an appreciable performance problem or evidence of any large errors.   We&#39;re thinking it&#39;s going to come down to Samba performance tuning, and wouldn&#39;t you know, I know exactly spit and nothing about Samba performance tuning.<br>
<br>Prayed at the google altar, as usual, and unless my questing has served me poorly, the biggest gains are to be had in TCP_NODELAY, which was already in our conf.<br><br></div>Here&#39;s our smb.conf:<br><br># Global parameters<br>
[global]<br>        socket options = IPTOS_LOWDELAY TCP_NODELAY SO_RCVBUF=65536 SO_SNDBUF=65535<br>        encrypt passwords = Yes<br>        log level = 2<br>        log file = /var/log/samba.log.%m<br>        guest account = admin<br>
        security = share<br>        kernel oplocks = no<br>        dead time = 15                     # Default is 0<br>        getwd cache = yes<br>        lpq cache = 30<br><br>[dqm_share]<br>   comment = Some Share<br>
   path = /xxxx/yyyyyyyyyyyy<br>   public = yes<br>   writable = yes<br>   printable = no<br>   create mask = 0664<br>   directory mask = 0775<br>#  strict locking = no                  #commented out to test its effects<br>
<br></div>As I see it, there&#39;s not much tuning I can do without benchmarking the share and that&#39;s a whole new can of worms;  so I thought I&#39;d solicit suggestions/advice from CLUE members willing to give it.<br>
<br></div>thanks,<br><br>Mike Bean<br><div><div><br></div></div></div>