tuned.conf 593 B

123456789101112131415161718192021222324
  1. #
  2. # tuned configuration
  3. #
  4. [main]
  5. summary=Optimize systems running OpenShift (parent profile)
  6. include=${f:virt_check:{{ openshift_tuned_guest_profile }}:throughput-performance}
  7. [selinux]
  8. avc_cache_threshold=65536
  9. [net]
  10. nf_conntrack_hashsize=131072
  11. [sysctl]
  12. kernel.pid_max=131072
  13. net.netfilter.nf_conntrack_max=1048576
  14. fs.inotify.max_user_watches=65536
  15. net.ipv4.neigh.default.gc_thresh1=8192
  16. net.ipv4.neigh.default.gc_thresh2=32768
  17. net.ipv4.neigh.default.gc_thresh3=65536
  18. net.ipv6.neigh.default.gc_thresh1=8192
  19. net.ipv6.neigh.default.gc_thresh2=32768
  20. net.ipv6.neigh.default.gc_thresh3=65536