Re: BUG #18514: Encountering an error invalid DSA memory alloc request size 1811939328 when executing script

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: BUG #18514: Encountering an error invalid DSA memory alloc request size 1811939328 when executing script
Дата
Msg-id CA+hUKGKXL5t-8KKQsOyAz7+eMRRAMkfbkFXwp4GLx0=nkF38dA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #18514: Encountering an error invalid DSA memory alloc request size 1811939328 when executing script  (Thomas Munro <thomas.munro@gmail.com>)
Список pgsql-bugs
On Tue, Jun 18, 2024 at 2:20 PM Thomas Munro <thomas.munro@gmail.com> wrote:
> Or enable_parallel_hash=off.

And if that allows the query to run, and it still uses the same basic
query plan with a Hash Right Join there, I wonder if it also uses a
huge number of batches, and if it does but manages to succeed, I
wonder if that could be just due to a difference in size of the
per-batch objects?  I vaguely recall that there was a proposal to cap
nbatch appropriately for that allocation, but the cap would be
different for serial and parallel cases due to the element sizes.



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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: BUG #18514: Encountering an error invalid DSA memory alloc request size 1811939328 when executing script
Следующее
От: Amit Langote
Дата:
Сообщение: Re: JIT crash introduced by 6185c9737c with LLVM 14