diff options
author | Tim Smith <tsmith@chef.io> | 2020-09-09 17:34:34 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-16 12:04:01 -0700 |
commit | eda89a096a956021fd73c0412e0b011803cc07d9 (patch) | |
tree | 1ef5d01c249c4ea3926914c9cf27c6d527ce9df0 | |
parent | 1fc113053b6c5cb27ec52bdd1746cf8750f38bfb (diff) | |
download | chef-eda89a096a956021fd73c0412e0b011803cc07d9.tar.gz |
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b85ad51f20..22961e484b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -66,7 +66,7 @@ end ### chef_client_cron -The `chef_client_cron` has been updated with a new `nice` property that allows you to set the nice level for the `chef-client` process. Keep in mind that the nice level changes only apply to the `chef-client` process and not any subprocesses like `ohai` or system utility calls. If you need to ensure that the `chef-client` process does not negatively impact system performance we highly recommend instead using the `cpu_quota` property in the `chef_client_systemd_timer` resource, which applies to all child processes. +The `chef_client_cron` resource has been updated with a new `nice` property that allows you to set the nice level for the `chef-client` process. Nice level changes only apply to the `chef-client` process and not any subprocesses like `ohai` or system utility calls. If you need to ensure that the `chef-client` process does not negatively impact system performance we highly recommend instead using the `cpu_quota` property in the `chef_client_systemd_timer` resource, which applies to all child processes. ### chef_client_systemd_timer |