You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
368 B

  1. files:
  2. "/etc/sysctl.d/01-tcp-tuning.conf":
  3. mode: "000644"
  4. owner: root
  5. group: root
  6. content: |
  7. net.ipv4.tcp_wmem = 4096 16384 512000
  8. net.ipv4.tcp_rmem = 4096 87380 512000
  9. net.ipv4.tcp_window_scaling = 0
  10. net.ipv4.tcp_timestamps = 0
  11. commands:
  12. "load_tuning":
  13. command: sysctl -p /etc/sysctl.d/01-tcp-tuning.conf