Search Postgresql Archives

Re: Out of memory in big transactions after upgrade to 12.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If you didn't turn it off, you have parallel workers on by default with v12. If work_mem is set high, memory use may be much higher as each node in a complex plan could end up executing in parallel.

Also, do you use a connection pooler such as pgbouncer or pgpool? What is max_connections set to?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux