Re: BUG #4892: postmaster died and didn't restart - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #4892: postmaster died and didn't restart
Date
Msg-id 17202.1246232918@sss.pgh.pa.us
Whole thread Raw
In response to BUG #4892: postmaster died and didn't restart  ("Rikard Pavelic" <rikard.pavelic@zg.htnet.hr>)
List pgsql-bugs
"Rikard Pavelic" <rikard.pavelic@zg.htnet.hr> writes:
> %t FATAL:  could not create shared memory segment: 1455
> %t DETAIL:  Failed system call was CreateFileMapping(size=37044224,
> name=Global/PostgreSQL:C:/Program Files/PostgreSQL/8.4/data).

I know little about Windows, but according to Google code 1455 is
"ERROR_COMMITMENT_LIMIT: The paging file is too small for this operation
to complete".  Which seems to be an out-of-memory kind of problem.
Perhaps you've got shared_buffers set to an unreasonably high value
for your machine?

            regards, tom lane

pgsql-bugs by date:

Previous
From: "Rikard Pavelic"
Date:
Subject: BUG #4892: postmaster died and didn't restart
Next
From: "Vladimir Lavrentiev"
Date:
Subject: BUG #4893: Grants on inherited tables checks before constraint exclusion see, that table not needed