Icinga2 "INT_MAX" value

Hello,

Does anyone what’s the “INT_MAX” value ( supposedly hard-coded? ) in Icinga2 v2.15?
Does LimitNOFILE takes precedance over this value?

Thanks

  1. INT_MAX defines the platform-dependent maximum integer value, defined in the C standard.
  2. LimitNOFILE is systemd’s way to limit file descriptors, most likely capped by the maximum number of ints.

But what is your actual question? What issue do you face?

1 Like