Re: Please Help Me...

Поиск
Список
Период
Сортировка
От Ian Lawrence Barwick
Тема Re: Please Help Me...
Дата
Msg-id CAB8KJ=jQXa-87huEawXRDEV-Pq+=KDvpVBAey=kXPJxBvrqWAw@mail.gmail.com
обсуждение исходный текст
Ответ на Please Help Me...  (Rafiqul Haque <rafiq.ced@gmail.com>)
Список pgsql-admin
2014-02-26 17:48 GMT+09:00 Rafiqul Haque <rafiq.ced@gmail.com>:
> Hi,
>
> I am confronting this error (I pasted below). It gives a hint to increase
> "You might need to increase max_locks_per_transaction" which I did but get
> the same error .... please please suggest me something to get rid of this
> error.. I would really be grateful..
>
> My script create 13000 empty tables. Each table contains 130 attributes...
>
> My server has 8 GB RAM 64 bit processor, running windows 7 OS
>
> Best regards,
> Rafiq
>
>
> *********************************
>
Error***********************************************************************************************************************
>
> WARNING:  out of shared memory

What is your server's shared_buffers setting? And which version of PostgreSQL
are you using? I.e. output of these statements:

  SHOW shared_buffers;
  SELECT version();

Regards

Ian Barwick


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

Предыдущее
От: Rafiqul Haque
Дата:
Сообщение: Please Help Me...
Следующее
От: Ian Lawrence Barwick
Дата:
Сообщение: Re: Please Help Me...