Просмотр исходного кода

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 лет назад
Родитель
Сommit
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}
 
 [selinux]
-avc_cache_threshold=65536
+avc_cache_threshold=8192
 
 [net]
 nf_conntrack_hashsize=131072