Hi all, While trying to implement relayd to load balance traffic using redirection method for 7 external http/https services distributed amongst 35 internal hosts I came across what I believe is the file handle limit.
Due to a number of servers the total number of health check queries is 219 however only first 119 succeeds, while remaining queries log 'error: tcp connect error' message. Although the problem is easily resolvable with ulimit executed before relayd I wonder if more fundamental change to increase RLIMIT_NOFILE inside relayd would make sense? Thanks, -- Marcin

