Skip to content

Commit 29d6fa4

Browse files
committed
frr-k8s: sync with upstream's fd limit
Syncing with the upstream change, should have a good effect on virtual memory size occupation. Signed-off-by: Ori Braunshtein <[email protected]>
1 parent 7d3f281 commit 29d6fa4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bindata/network/frr-k8s/config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ data:
4545
# Check /etc/pam.d/frr if you intend to use "vtysh"!
4646
#
4747
vtysh_enable=yes
48-
zebra_options=" -A 127.0.0.1 -s 90000000"
49-
bgpd_options=" -A 127.0.0.1"
48+
zebra_options=" -A 127.0.0.1 -s 90000000 --limit-fds 100000"
49+
bgpd_options=" -A 127.0.0.1 --limit-fds 100000"
5050
ospfd_options=" -A 127.0.0.1"
5151
ospf6d_options=" -A ::1"
5252
ripd_options=" -A 127.0.0.1"
@@ -59,8 +59,8 @@ data:
5959
babeld_options=" -A 127.0.0.1"
6060
sharpd_options=" -A 127.0.0.1"
6161
pbrd_options=" -A 127.0.0.1"
62-
staticd_options="-A 127.0.0.1"
63-
bfdd_options=" -A 127.0.0.1"
62+
staticd_options="-A 127.0.0.1 --limit-fds 100000"
63+
bfdd_options=" -A 127.0.0.1 --limit-fds 100000"
6464
fabricd_options="-A 127.0.0.1"
6565
vrrpd_options=" -A 127.0.0.1"
6666

0 commit comments

Comments
 (0)