Prev: [Samba] Throughput problem with Samba 3.3.1 on NetBSD
Next: Fail to join a Windows 2008 R2 to a Samba+LDAP PDC version 3.5.4
From: Volker Lendecke on 6 Jul 2010 16:20 On Tue, Jul 06, 2010 at 11:50:16AM -0600, Max León wrote: > Hello everyone, > I need some collective wisdom, I have recently start using NetBSD and > works quite well on everything but with Samba. > > I have played with the smb.conf to try to improve performance but to no > avail. > > The setup is fairly simple. > Here is my smb.conf > > [global] > workgroup=HOME > netbios aliases = MEDIALAB > security = user > socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 Just dump the SO_SNDBUF and SO_RCVBUF or increase those values dramatically to at least 128k. But I would guess NetBSD is better at figuring out those values itself. Volker -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: tms3 on 6 Jul 2010 16:30
SNIP > > > On Tue, Jul 06, 2010 at 11:50:16AM -0600, Max León wrote: >> >> Hello everyone, >> I need some collective wisdom, I have recently start using NetBSD and >> works quite well on everything but with Samba. >> >> I have played with the smb.conf to try to improve performance but to >> no >> avail. >> >> The setup is fairly simple. >> Here is my smb.conf >> >> [global] >> workgroup=HOME >> netbios aliases = MEDIALAB >> security = user >> socket options = TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192 > > Just dump the SO_SNDBUF and SO_RCVBUF or increase those > values dramatically to at least 128k. But I would guess > NetBSD is better at figuring out those values itself. As well, I've had some good performance on FreeBSD with aio_load="YES" in /boot/loader.conf and aio read size = 1000 aio write size = 1000 aio write behind = false You're using wireless, yes? Hopefully a fully kernel driver and not a blob? > > > > Volker > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba |