Hello
We are using knot-resolver 5.7.4 with multiple independent instances - 32. We also use
tmpfs.
We starts processes by systemd.
the problem we encountered is that when systemd starts 32 processes, they get a timeout
and are restarted by systemd. As a result, we have problems starting all processes. The
problem does not occur when we do not use tmpfs.
How to solve this problem?
We shoud add to systemd something like this?
ExecStartPre=/bin/sleep $(( RANDOM % 5 ))
[Service]
StartLimitBurst=5
StartLimitIntervalSec=10
Or we should something to kresd configuration?
Show replies by date