浏览代码

Merge pull request #10027 from ekuric/avc_cache_threshold

reducing /sys/fs/selinux/avc/cache_threshold to 8192 instead of 65535
OpenShift Merge Robot 6 年之前
父节点
当前提交
b70d466f23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/tuned/templates/openshift/tuned.conf

+ 1 - 1
roles/tuned/templates/openshift/tuned.conf

@@ -7,7 +7,7 @@ summary=Optimize systems running OpenShift (parent profile)
 include=${f:virt_check:{{ openshift_tuned_guest_profile }}:throughput-performance}
 include=${f:virt_check:{{ openshift_tuned_guest_profile }}:throughput-performance}
 
 
 [selinux]
 [selinux]
-avc_cache_threshold=65536
+avc_cache_threshold=8192
 
 
 [net]
 [net]
 nf_conntrack_hashsize=131072
 nf_conntrack_hashsize=131072