| 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: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| 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?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Paul Punett | 2003-12-18 14:25:03 | plpgsql |
| Previous Message | Puneet Paul | 2003-12-18 12:21:36 | plpgsql For SQLQuery Loop Flags Error |