sybperl-l Archive
Up Prev Next
From: "Mark A dot Downing" <mdowning at rdatasys dot com>
Subject: linux shared memory max
Date: Sep 25 1998 9:35PM
Just in case anyone else wants to play with the shared memory maximum, the
parameter is in: (using $LINUX for the linux tree)
$LINUX/include/asm/shmparam.h
The param is
#define SHMMAX 0x4000000 /* max shared seg size (bytes) */
Default is 0x1000000 (16 megs)
I changed it to 0x4000000 (64 megs)
--Mark
-----
Mark A. Downing Relational Data Systems
Phone:(714)263-3899 x157 30 Executive Park, Suite 260
Reply to: mdowning@rdatasys.com Irvine, CA 92714
http://www.rdatasys.com/
|