Subject: Re: increasing share memory
To: None <netbsd-users@netbsd.org>
From: David S. <davids@idiom.com>
List: netbsd-users
Date: 03/03/2002 00:52:23
> i have a need to increase the shared memory for PostgreSQL. how do i do
> that on NetBSD? 

RTFM options:

	options SHMMAXPGS=value
	Sets the maximum number of AT&T System V UNIX style shared memory pages
	that are available through the shmget(2) system call.  Default value is
	1024 on most ports.  See /usr/include/machine/vmparam.h for the default.


David S.