Re: Behavior of nginx on Allocation Failure

2022-06-15 Thread Maxim Dounin
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

Behavior of nginx on Allocation Failure

2022-06-14 Thread Colin
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