William,
Am 28.03.20 um 19:29 schrieb William Dauchy:
> - ha_warning("[%s.main()] Cannot raise FD limit
> to %d, limit is %d. "
> - "This will fail in >= v2.3\n",
> + ha_warning("[%s.main()] Cannot raise FD limit
> to %d, limit is %d.\n",
> argv[0], global.rlimit_nofile,
> (int)limit.rlim_cur);I believe the `ha_warning` should be changed to `ha_alert` then. Or the function used should depend on whether strict limits are active or not. Best regards Tim Düsterhus

