Skip to content

Commit

Permalink
Merge pull request #7 from dpanic/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dpanic authored Oct 2, 2023
2 parents 5d043a0 + b91cb95 commit d88f3c8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@

patch_*.sh
revert_*.sh

.husky
File renamed without changes.
4 changes: 4 additions & 0 deletions patches/sysctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ body: |
vm.max_map_count = 262144
vm.vfs_cache_pressure=50
# congestion control
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
# icmp tunings
net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_ignore_bogus_error_responses = 1
Expand Down

0 comments on commit d88f3c8

Please sign in to comment.