Subject Re: [firebird-support] 'unable to allocate memory from Operating System' error msg
Author unordained
---------- Original Message -----------
From: "tomsee7" <tomconlon7@...>
> FB 2.1.3.18185 32-bit
> Memory peaked at 1.5GB.
> Restarted, steadily over 30mins went up to 800MB then
> suddenly dropped to its norm ~ 200MB.
> Tom
------- End of Original Message -------

On 2.1.3, you're at risk from a temporary-blob issue fixed in 2.1.4 (and
elsewhere;) have you started using any new queries recently that might use the
list() aggregate on very large result sets, by number of rows? That at least was
the cause for me. Such a query would eat memory at a steady pace until the
resultset was closed and FB would free it all at once.

-Philip