[glux] Server486
Enrico Amati
enrico@ac-amati.it
Tue, 10 Sep 2002 09:19:26 +0200
>Ciao,
>sono andato avanti un po' nei miei test con il 486 per file server samba.
>sotto trovate un po' di numeri sul come si comporta. (samba lentissimo)
mmm hai provato a fare il tuning di samba?
questo =E8 nel manuale (se hai installato swat:=20
localhost:901/swat/using_samba/appb_02.html)
---------------------
B.2.4 Our Recommendations
Here's an smb.conf file that incorporates the recommended performance=20
enhancements so far. Comments have been added on the right side.
[global]
log level =3D 1 # Default is 0
socket options =3D TCP_NODELAY IPTOS_LOWDELAY
read raw =3D yes # Default
write raw =3D yes # Default
oplocks =3D yes # Default
max xmit =3D 65535 # Default
dead time =3D 15 # Default is 0
getwd cache =3D yes
lpq cache =3D 30
[okplace]
veto oplock files =3D this/that/theotherfile
[badplace]
oplocks =3D no
-----------------
Poi aumenta i buffer di scrittura e lettura :
socket options =3D SO_SNDBUF=3D8192 SO_RCVBUF =3D 8192
(puoi provare a incrementare i valori da 2048 a 16384 in maniera separata)
prova e faCCi sapere!
ciao
enrico