Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions jobs/bbs/templates/set-bbs-kernel-params.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ echo 1 > /proc/sys/net/ipv4/tcp_tw_reuse
echo "Not setting /proc/sys/ parameters"
<% end %>

# nf_conntrack_max
# Sets this to 65535 (the default when using 2gb+ of memory), so that if a BBS node has <2gb of memory,
# it does not suffer from severe networking slowness when BBS handles many apps/cells, but on limited memory.
echo 65535 > /proc/sys/net/netfilter/nf_conntrack_max