您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

14 行
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