Subject: Re: Increasing SHMMAXPGS
To: None <tech-kern@netbsd.org>
From: Takahiro Kambe <taca@sky.yamashina.kyoto.jp>
List: tech-kern
Date: 05/17/2002 19:44:16
In message <20020517113610.A20790@arresum.veego.de>
	on Fri, 17 May 2002 11:36:10 +0200,
	Bernd Ernesti <netbsd@lists.veego.de> wrote:
> > 	Ogle (to give an example) likes a SHMMAXPGS of 16384.
> 
> IMHO ogle should be fixed to not need so much SHMMAXPGS.
It isn't SHMMAXPGS but squid's diskd requires some larger SystemV IPC
parameter.  I'm using as here (once I heard from some person.)

# special stuff for squid diskd

options 	MSGMNB=16384	# was 2048
options 	MSGMNI=41	# was 40
options 	MSGSEG=2049	# was 2048
options 	MSGSSZ=64	# was 8
options 	MSGTQL=512	# was 40

--
Takahiro Kambe <taca@sky.yamashina.kyoto.jp>