Hello,
Does anyone what’s the “INT_MAX” value ( supposedly hard-coded? ) in Icinga2 v2.15?
Does LimitNOFILE takes precedance over this value?
Thanks
Hello,
Does anyone what’s the “INT_MAX” value ( supposedly hard-coded? ) in Icinga2 v2.15?
Does LimitNOFILE takes precedance over this value?
Thanks
INT_MAX defines the platform-dependent maximum integer value, defined in the C standard.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?