Re: PostgreSQL 8.0.6 crash - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PostgreSQL 8.0.6 crash
Date
Msg-id 554.1139598526@sss.pgh.pa.us
Whole thread Raw
In response to Re: PostgreSQL 8.0.6 crash  (Greg Stark <gsstark@mit.edu>)
Responses Re: PostgreSQL 8.0.6 crash
List pgsql-hackers
Greg Stark <gsstark@mit.edu> writes:
> That's why merely allocating tons of swap doesn't necessarily protect you.
> It's still possible for a process (or several processes if you allocate more
> swap than you have address space) to mmap gigabytes of memory without touching
> it and then start touching those pages.

So?  If the swap exists to back that memory, there's no problem.  It
might be slow, but it will not fail.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Rick Gigger
Date:
Subject: Re: pg_hba.conf alternative
Next
From: Simon Riggs
Date:
Subject: Re: Scrollable cursors and Sort performance