public inbox for [email protected]
help / color / mirror / Atom feedFrom: Christoph Moench-Tegeder <[email protected]>
To: Thomas Ziegler <[email protected]>
Cc: [email protected] <[email protected]>
Subject: Re: Failing to allocate memory when I think it shouldn't
Date: Tue, 17 Sep 2024 21:04:52 +0200
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <PAWPR07MB1009548159C0046E01170C6E6ED652@PAWPR07MB10095.eurprd07.prod.outlook.com>
<[email protected]>
<[email protected]>
Hi,
## Thomas Ziegler ([email protected]):
> Except for pgAudit, I don't have any extensions, so it is probably the
> JIT. I had no idea there was a JIT, even it should have been obvious.
> Thanks for pointing this out!
There is - it even has it's own chapter in the documentation:
https://www.postgresql.org/docs/current/jit.html
Most importantly, you can disable JIT per session ("SET jit=off")
or globally in the configuration file (jit=off, reload is
sufficient) or with any of the other usual configuration mechanisms.
If that fixes your problem, congratulations (and the problem is
somewhere down between bytecode generation and what and how llvm
(in its particular version) generates from that).
> Is the memory the JIT takes limited by 'work_mem' or will it just take
> as much memory as it needs?
The latter.
Regards,
Christoph
--
Spare Space
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Failing to allocate memory when I think it shouldn't
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox