Skip to content

Commit

Permalink
MADV_DONTNEED enabled for crio and kubelet
Browse files Browse the repository at this point in the history
  • Loading branch information
rphillips committed Jan 22, 2021
1 parent 121b11d commit 0c7541e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/common/_base/units/crio.service.yaml
Expand Up @@ -6,3 +6,7 @@ dropins:
[Service]
EnvironmentFile=/etc/mco/proxy.env
{{end -}}
- name: 10-mco-default-madv.conf
contents: |
[Service]
Environment="GODEBUG=x509ignoreCN=0,madvdontneed=1"
4 changes: 4 additions & 0 deletions templates/common/_base/units/kubelet.service.yaml
Expand Up @@ -6,3 +6,7 @@ dropins:
[Service]
EnvironmentFile=/etc/mco/proxy.env
{{end -}}
- name: 10-mco-default-madv.conf
contents: |
[Service]
Environment="GODEBUG=x509ignoreCN=0,madvdontneed=1"

0 comments on commit 0c7541e

Please sign in to comment.