mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 09:20:25 +00:00
redhat, tools: Increase startup time out a bit
We have run across a few cases where the startup timeout is ocurring on heavily loaded systems. This is especially true in simulation environments where the hypervisor load is extremely high. Modify the code base to give ourselves more time to startup. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
4fb6f51928
commit
31649cb98b
@ -9,7 +9,7 @@ Type=forking
|
|||||||
NotifyAccess=all
|
NotifyAccess=all
|
||||||
StartLimitInterval=3m
|
StartLimitInterval=3m
|
||||||
StartLimitBurst=3
|
StartLimitBurst=3
|
||||||
TimeoutSec=1m
|
TimeoutSec=2m
|
||||||
WatchdogSec=60s
|
WatchdogSec=60s
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
Restart=on-abnormal
|
Restart=on-abnormal
|
||||||
|
@ -10,7 +10,7 @@ Type=forking
|
|||||||
NotifyAccess=all
|
NotifyAccess=all
|
||||||
StartLimitInterval=3m
|
StartLimitInterval=3m
|
||||||
StartLimitBurst=3
|
StartLimitBurst=3
|
||||||
TimeoutSec=1m
|
TimeoutSec=2m
|
||||||
WatchdogSec=60s
|
WatchdogSec=60s
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
Restart=on-abnormal
|
Restart=on-abnormal
|
||||||
|
Loading…
Reference in New Issue
Block a user