Memory consumption problem

Поиск
Список
Период
Сортировка
От Franck Routier
Тема Memory consumption problem
Дата
Msg-id 1146840749.10565.41.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Memory consumption problem  ("Daniel T. Staal" <DStaal@usa.net>)
Re: Memory consumption problem  (Valentin Gjorgjioski <tinodj@mt.net.mk>)
Re: Memory consumption problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Hi,

I have a problem with a simple request :

insert into mytable
select a.id, a.desc, 'mystring'
from mytable a;

This request runs for about two hours, and then OOMKiller kills the
postmaster !

Mytable has about 1,7 million tuples, it has a few indexes.
Postgresql version is 8.1, running on Debian 3.1, with 512kb of memory
and 1,3gb of swap space.
This request seems to end up eating all memory and swap...

Is this something that should occur or is there a problem on my server ?

Thanks,

Franck


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

Предыдущее
От: "Robert Landsmeer"
Дата:
Сообщение: Problem with temporary disbaling foreign keys.
Следующее
От: "Daniel T. Staal"
Дата:
Сообщение: Re: Memory consumption problem