Help!!! FreeSpaceMap hashtalble out of memory.

Поиск
Список
Период
Сортировка
От Yurgis Baykshtis
Тема Help!!! FreeSpaceMap hashtalble out of memory.
Дата
Msg-id 002d01c3980d$6183f2e0$a5936e3f@aurigin.com
обсуждение исходный текст
Ответ на Re: Dreaming About Redesigning SQL  ("Dann Corbit" <DCorbit@connx.com>)
Ответы Re: Help!!! FreeSpaceMap hashtalble out of memory.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Cygwin, 7.3.4
This thing is really KILLING us and our customers.

In pgerr.log this always go together:

WARNING:  ShmemAlloc: out of memory
ERROR:  FreeSpaceMap hashtable out of memory

Theses errors usually take place on INSERT statements like this one:

INSERT INTO params (param_id,map_id,param_key,param_value) VALUES
(0,858,'MAP_NAME','New Map')

params is just a simple table (no triggers or rules involved):
CREATE TABLE map_11.params
( param_id int4 NOT NULL, map_id int4 NOT NULL, param_key varchar(1024), param_value text, CONSTRAINT params_pkey
PRIMARYKEY (param_id)
 
) WITH OIDS;


The db server machine has 4GB of physical memory and more than half is
always available.
Number of connection is 64
Number of buffers was increased to 81920 (but this does not help)


Is there any parameters that can be configured to increase available shared
memory size?


Any help is greatly appreciated.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Bob Badour"
Дата:
Сообщение: Re: Dreaming About Redesigning SQL
Следующее
От: "Bob Badour"
Дата:
Сообщение: Re: Dreaming About Redesigning SQL