Re: [Info-ingres] (Fwd) Linux shared memory
- From: "Michael Touloumtzis" <miket262@xxxxxxxxxxx>
- Date: Tue, 23 May 2006 11:31:04 -0400
On Tue, 23 May 2006 08:16:02 -0400, <martin.bowes@xxxxxxxxxxxxx> wrote:
Hi Dudes,
I'd like to configure some shared cache servers on a Linux box. But
that box has a tiddly shared memory segment.
How do I configure scads of shared memory on Linux?
I'm running: Red Hat Linux release 7.1 (Seawolf)
Martin Bowes
You can write to the proc file system (as root), for example:
echo 134217728 > /proc/sys/kernel/shmall
echo 134217728 > /proc/sys/kernel/shmmax
You can also use sysctl, and can make the new settings survive reboot by putting them in /etc/sysctl.conf, for example:
kernel.shmall = 134217728
kernel.shmmax = 134217728
MikeT
--
Michael Touloumtzis
Ingres Corporation
.
- References:
- [Info-ingres] (Fwd) Linux shared memory
- From: martin . bowes
- [Info-ingres] (Fwd) Linux shared memory
- Prev by Date: Re: Ingres rollforwarddb (OpenIngres 2.0) error
- Next by Date: Re: [Info-ingres] C Compilers for the Microsoft environment
- Previous by thread: [Info-ingres] (Fwd) Linux shared memory
- Next by thread: Ingres rollforwarddb (OpenIngres 2.0) error
- Index(es):
Relevant Pages
|
|