Displaying 4 results from an estimated 4 matches for "buffermem".
Did you mean:
buffered
2002 Jun 11
1
performance problem ???
...esponding any more. So I have to wait a few minutes before I can restore my share connections.
I found on Internet the following ways to optimize samba and/or linux
linux
echo "80 500 64 64 15 6000 6000 1884 2" > /proc/sys/vm/bdflush
echo "60 10 60" > /proc/sys/vm/buffermem ( doesn't work because I don't have this file in my /proc filesystem ??? )
samba
write cache size = 262144
read size = 65536
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 IPTOS_THROUGHPUT
wide links = yes
I use all these options but my problem is and stay until now....
2002 Jun 18
0
Re : Re: performance problem ??? AN ANSWER PLEASE ...
...ctions.
> > >
> > > I found on Internet the following ways to optimize samba and/or linux
> > >
> > > linux
> > > echo "80 500 64 64 15 6000 6000 1884 2" > /proc/sys/vm/bdflush
> > > echo "60 10 60" > /proc/sys/vm/buffermem ( doesn't work because I
> don't have this file in my /proc filesystem ??? )
> > >
> > > samba
> > > write cache size = 262144
> > > read size = 65536
> > > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
> IPTOS_THROUGHPUT...
2002 Feb 24
3
Will samba work on Linux/486 with heavy swapping?
I'm very sorry about posting HTML. I know better then that and should have
double checked my defaults. I'm reposting this hoping someone
Is there a known bug that samba has on older machines in low memory
environments? I have set up a 486 with 24Mb of memory with RedHat 7.1. I set
it up to run dhcpd, xinetd, and samba. Samba was not run through xinetd. The
samba server had a tendency
2003 Dec 01
0
No subject
...7 came with it) then upgraded to
2.2.1a
I made some performance changes ; changes recommended by a book called
SAMBA Essentials for Windows Administrators (ISBN 0-13-040942-1) Great
book btw ... Here they are:
# Disk write cache
vm.bdflush = 80 5000 640 512 500 30000 50000 0 0
# Disk cache size
vm.buffermem = 60 10 60
# File handle limit
fs.file-max = 32768
# Inode limit
fs.inode-max = 131072
# TCP/IP time outs
net.ipv4.tcp_fin_timeout = 30
net.ipv4.tcp_keepalive_time = 1800
net.ipv4.tcp_window_scaling = 0
net.ipv4.tcp_sack = 0
net.ipv4.tcp_timestamps = 0
# Gigabit nic settings
net.core.rmem_max = 262...