Displaying 4 results from an estimated 4 matches for "shmmaxpg".
Did you mean:
shmmaxpgs
2000 Feb 15
0
samba 2.0.6 and FreeBSD 3.4-STABLE (was kern/16605, 3.4-RELEASE problem)
...n (encrypted passwords).
In smb.conf these are added:
#per tdwyer@io.telstra.com.au
# 3.4-STABLE
socket options = TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT
read raw = yes
write raw = yes
shared mem size = 6291456
In the kernel config file the following are:
options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)"
options SHMMAXPGS=2048
The disk system is an untuned HV diff SCSI system using ST410800WD drives
in both cases, with dual PPro200's.
Mike Squires
2000 Feb 21
1
Win2K and samba 2.0.6
...changes provided by tdwyer@io.telstra.com.au:
In smb.conf:
#per tdwyer@io.telstra.com.au
# 3.4-STABLE
socket options = TCP_NODELAY IPTOS_LOWDELAY IPTOS_THROUGHPUT
read raw = yes
write raw = yes
shared mem size = 6291456
In the kernel config file (3.4-STABLE)
options "SHMMAX=(SHMMAXPGS*PAGE_SIZE+1)"
options SHMMAXPGS=2048
This causes smbd to use about 8MB per process, according to top.
Mike Squires
1998 Aug 13
6
Performance Problems
I've been introducing a local company to the benefits of Linux and Samba,
things have been going really well until I tried to provide some file
sharing for 3 people on the Lan.
Setup: RH 5.0 on a P5-133 running a small intranet with DHCP, file server,
and local / remote mail services
Samba 1.9.18 (not sure of patch level)
I setup a directory accessible by only 3 users and copied a 2.4Meg
2003 Aug 01
0
gdb coredumps
...hores
options P1003_1B #Posix P1003_1B real-time extensions
options _KPOSIX_PRIORITY_SCHEDULING
options ICMP_BANDLIM #Rate limit bad replies
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options DDB
options DDB_UNATTENDED
options SHMALL=16384
options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)"
options SHMMAXPGS=8192
options SHMMIN=128
options SHMMNI=128
options SHMSEG=96
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
#options APIC_IO # Symmetric (APIC) I/O
device isa
device ei...