Re: [exim] Understanding of smtp_load_reserve

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Understanding of smtp_load_reserve
On 11/02/2022 12:27, Patrik Peng via Exim-users wrote:
> What time span does Exim use for the average load calculation?


For a FreeBSD build the value used is that returned from
a call to the C-library getloadavg() routine with
an array size of 1.

I've not checked, but I'd expect that to be a 1-minute average.
--
Cheers,
Jeremy