Re: out of memory

Поиск
Список
Период
Сортировка
От Emanuel Calvo Franco
Тема Re: out of memory
Дата
Msg-id f205bb120908010911j16e5dc84ic70a8ba95607069d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: out of memory  (Fabricio <fabrixio1@hotmail.com>)
Список pgsql-admin
>
> Some one know why this is happening?
>
> I change the OS to 64 bits and now the oom-killer not hapend but Postgres is
> still showing out of memory
>
> Linux SERVER 2.6.18-92.el5 #1 SMP Tue Apr 29 13:16:15 EDT 2008 x86_64 x86_64
> x86_64 GNU/Linux
> Red Hat Enterprise Linux Server release 5.2 (Tikanga)
> PostgreSQL 8.1.15
> 32GB RAM
>
> My postgresql.conf:
> # - Memory -
>
> shared_buffers = 1048576                        # min 16 or
> max_connections*2, 8KB each
> temp_buffers = 1024                     # min 100, 8KB each
> max_prepared_transactions = 20         # can be 0 or more
> # note: increasing max_prepared_transactions costs ~600 bytes of shared
> memory
> # per transaction slot, plus lock space (see max_locks_per_transaction).
> work_mem = 1024                 # min 64, size in KB
> maintenance_work_mem = 65536            # min 1024, size in KB
> max_stack_depth = 2048                  # min 100, size in KB
>

What about the shmmax and shmall kernel parametters?
Which values you are managing?

--
              Emanuel Calvo Franco
      www.emanuelcalvofranco.com.ar

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

Предыдущее
От: Vladimir Rusinov
Дата:
Сообщение: Re: out of memory
Следующее
От: "James Haworth"
Дата:
Сообщение: Postgres has stopped listening on port 5432...