Hello!
On Tue, Jun 14, 2022 at 09:11:32PM -0700, Colin wrote:
> I'm interested in how nginx performs when close to/at memory limits, but
> haven't been able to find answers to a couple of things. Mainly: Does nginx
> usually treat allocation failures as recoverable, or fatal? I know
> ngx_alloc f
Hi All,
I'm interested in how nginx performs when close to/at memory limits, but
haven't been able to find answers to a couple of things. Mainly: Does nginx
usually treat allocation failures as recoverable, or fatal? I know
ngx_alloc fires an emergency-level error on failure, but I'm curious about