public inbox for [email protected]
help / color / mirror / Atom feedFrom: Rob Sargent <[email protected]>
To: [email protected]
Subject: Re: Recursive query - ERROR: invalid memory alloc request size 1073741824
Date: Sat, 7 May 2022 07:53:11 -0600
Message-ID: <[email protected]> (raw)
In-Reply-To: <CA+i5JwZ85nr+EBRn4PT9N=V1outgJ7OFBe5VVGoP6bmguC7Bog@mail.gmail.com>
References: <CA+i5Jwa-8rhDTvg=q+Sox0H7+Gr+NVTO=67=Ch3hQZuZO6TnkQ@mail.gmail.com>
<CA+i5JwZ85nr+EBRn4PT9N=V1outgJ7OFBe5VVGoP6bmguC7Bog@mail.gmail.com>
On 5/7/22 07:23, Shaozhong SHI wrote:
> There is a loop of recursive query. It runs at a point where it stops.
>
> This error turned up.- ERROR: invalid memory alloc request size
> 1,073,741,824
>
> Can anyone provide pointers how to solve this problem or work around?
>
> Regards,
>
> David
Quite difficult without any code snippet (or even which language) but
you've requested a single block of memory that is larger than the
maximum allowed. That number (1,073,741,824) is 2^30 .
view thread (4+ messages) latest in thread
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]
Subject: Re: Recursive query - ERROR: invalid memory alloc request size 1073741824
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