Re: Re: Shared memory for RH Linux 7.1 - Mailing list pgsql-hackers

From Matthew Kirkwood
Subject Re: Re: Shared memory for RH Linux 7.1
Date
Msg-id Pine.LNX.4.30.0105251019580.28207-100000@sphinx.mythic-beasts.com
Whole thread Raw
In response to Re: Re: Shared memory for RH Linux 7.1  (Ryan Mahoney <ryan@paymentalliance.net>)
List pgsql-hackers
On Thu, 24 May 2001, Ryan Mahoney wrote:

> echo "new value here" > /proc/sys/kernel/shmmax

The new canonical way is to:

$ sysctl -w kernel.shmmax="new value"

you can arrange for it you happen at boot time via /etc/sysctl.conf.

Matthew.



pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: Plans for solving the VACUUM problem
Next
From: "Oliver Elphick"
Date:
Subject: Bug#98643: plpgsql SELECT INTO causes trouble when assignment impossible (fwd)