Lists: | pgsql-bugs |
---|
From: | "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #1014: postgres crash |
Date: | 2003-12-18 13:07:15 |
Message-ID: | 20031218130715.51510CF4F42@www.postgresql.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1014
Logged by: vidhya
Email address: vidhyabhaskaran(at)yahoo(dot)co(dot)in
PostgreSQL version: 7.3.3
Operating system: windows2000
Description: postgres crash
Details:
Hi,
Due to overload postgres crashes often. I am getting the following error
IpcMemoryCreate: shmget(key=5432001, size=1499136, 03600) failed: Not enough core
I want to increase the SHMMAX parameter in kernel.
I read the PG documents. They suggested to change the parameter in shm.h file.
They told that SHMMAX parameter is defined in shm.h as
#define SHMMAX 0x2000000.
But i couldn't find such an entry in that file.
Can u suggest me a solution for this?