Date: Sun, 23 Jul 2000 11:41:52 -0700 (PDT) From: Tom Samplonius <tom@sdf.com> To: Reinoud van Leeuwen <reinoud@xs4all.nl> Cc: freebsd-database@freebsd.org, mike@deadmime.com Subject: Re: Sybase 11.0.3.3 with support for FreeBSD is out! Message-ID: <Pine.BSF.4.05.10007231139130.20091-100000@misery.sdf.com> In-Reply-To: <39787e36.1042078@smtp.xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Jul 2000, Reinoud van Leeuwen wrote: > 6: build a kernel that supports System V shared memory > blocks > make sure that the following lines are in the kernel > config file (/sys/i386/conf/YOUR_KERNEL) > options SYSVSHM > options SYSVMSG > options SYSVSEM These options are the default in GENERIC kernels as of 3.0-RELEASE > options SHMMAXPGS="8192" > options SHMMAX="(SHMMAXPGS*PAGE_SIZE+1)" As of 4.0-RELEASE, these options can be set via sysctl: sysctl -w kern.ipc.shmmax=32000000 sysctl -w kern.ipc.shmall=8192 Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10007231139130.20091-100000>