Kudithipudi.Org

July 8, 2009

HOW TO : Improve performance on Samba

Filed under: HOWTO,Linux,Technology,Windows — Vinay @ 10:02 pm

Adding the following options to the [Global] section in the samba (open source software providing windows compatible file sharing for *nix operating systems) will most likely speed your throughput

socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192

The receive and send buffer seem to do the trick.

Powered by WordPress