Re: Pre-allocation of shared memory ...

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Pre-allocation of shared memory ...
Date: 2003-06-13 15:55:49
Message-ID: 200306130855.49217.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom, et al,

> > Given that swap space is cheap, and that killing random processes is
> > obviously bad, it's not apparent to me why people think this is not
> > a good approach --- at least for high-reliability servers. And Linux
> > would definitely like to think of itself as a server-grade OS.

Regrettably, few of the GUI installers for Linux (SuSE or Red Hat, for
example), include adequate swap space in their "suggested" disk formatting.
Some versions of some distributions do not create a swap partition at all;
others allocate only 130mb to this partition regardless of actual RAM.

So regardless of what they *should* be doing, there's thousands of Linux users
out there with too little or no swap on disk ...

--
Josh Berkus
Aglio Database Solutions
San Francisco

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-06-13 16:04:38 Re: Pre-allocation of shared memory ...
Previous Message Bruce Momjian 2003-06-13 15:52:41 Re: [HACKERS] PostgreSQL libraries - PThread Support, but