Re: Memory usage / concept

Поиск
Список
Период
Сортировка
От Jakub Ouhrabka
Тема Re: Memory usage / concept
Дата
Msg-id Pine.LNX.4.44.0208051601230.7152-100000@server
обсуждение исходный текст
Ответ на Memory usage / concept  (Valerie Schneider DSI/DEV <Valerie.Schneider@meteo.fr>)
Ответы Re: Memory usage / concept  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Список pgsql-general
> >i think it's your client (psql) what's actually crashing. it's attempting
>
> Yes it is. But without using a cursor (and even if this kind of query isn't
> recommended) is there any solution to limit the use of the memory by PG itself
> (as for Oracle) ?

if you want to limit memory usage of psql (the client program), use
standard *nix tools - there isn't anything i know about in config etc...
if you want to limit memory usage of postgresql server itself, use
configuration parametrs shared_buffers and sort_mem. see:
http://www.postgresql.org/idocs/index.php?runtime-config.html

kuba





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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: O'Reilly Open Source Convention Report
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Foreign keys: referencing a REFERENCES doesn7t work?