mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Submitted by: stephen farrell <sfarrell@healthquiz.com>, Simon Lindgren <simon@lindgren.no>, Jerry Bell <bell@reillyplating.com>
Added smb.conf performance workaround as comments.
This commit is contained in:
parent
24ded5382f
commit
07ba5dffd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9829
3 changed files with 42 additions and 0 deletions
|
@ -166,6 +166,20 @@
|
|||
; client code page=932
|
||||
; coding system=cap
|
||||
|
||||
# Samba performance workaround:
|
||||
# If you have performance problem, please test these parameters.
|
||||
# Simon Lindgren <simon@lindgren.no> 's example:
|
||||
; getwd cache = Yes
|
||||
; max xmit = 8192
|
||||
; read raw = yes
|
||||
; read prediction = yes
|
||||
; read size = 8192
|
||||
; socket options = IPTOS_LOWDELAY TCP_NODELAY
|
||||
# Jerry Bell <bell@reillyplating.com> 's example:
|
||||
; socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=16384 SO_RCVBUF=16384
|
||||
; readsize = 16384
|
||||
; read prediction = true
|
||||
|
||||
#============================ Share Definitions ==============================
|
||||
[homes]
|
||||
comment = Home Directories
|
||||
|
|
|
@ -166,6 +166,20 @@
|
|||
; client code page=932
|
||||
; coding system=cap
|
||||
|
||||
# Samba performance workaround:
|
||||
# If you have performance problem, please test these parameters.
|
||||
# Simon Lindgren <simon@lindgren.no> 's example:
|
||||
; getwd cache = Yes
|
||||
; max xmit = 8192
|
||||
; read raw = yes
|
||||
; read prediction = yes
|
||||
; read size = 8192
|
||||
; socket options = IPTOS_LOWDELAY TCP_NODELAY
|
||||
# Jerry Bell <bell@reillyplating.com> 's example:
|
||||
; socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=16384 SO_RCVBUF=16384
|
||||
; readsize = 16384
|
||||
; read prediction = true
|
||||
|
||||
#============================ Share Definitions ==============================
|
||||
[homes]
|
||||
comment = Home Directories
|
||||
|
|
|
@ -166,6 +166,20 @@
|
|||
; client code page=932
|
||||
; coding system=cap
|
||||
|
||||
# Samba performance workaround:
|
||||
# If you have performance problem, please test these parameters.
|
||||
# Simon Lindgren <simon@lindgren.no> 's example:
|
||||
; getwd cache = Yes
|
||||
; max xmit = 8192
|
||||
; read raw = yes
|
||||
; read prediction = yes
|
||||
; read size = 8192
|
||||
; socket options = IPTOS_LOWDELAY TCP_NODELAY
|
||||
# Jerry Bell <bell@reillyplating.com> 's example:
|
||||
; socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=16384 SO_RCVBUF=16384
|
||||
; readsize = 16384
|
||||
; read prediction = true
|
||||
|
||||
#============================ Share Definitions ==============================
|
||||
[homes]
|
||||
comment = Home Directories
|
||||
|
|
Loading…
Add table
Reference in a new issue