From c276f971b7e12537a26e2b4e8e3dcccbb6e554ad Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Wed, 25 Apr 2018 15:32:50 -0700 Subject: [PATCH] monkey patch problematic dnscrypt-proxy cgroup limits (#894) --- roles/dns_encryption/tasks/ubuntu.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/roles/dns_encryption/tasks/ubuntu.yml b/roles/dns_encryption/tasks/ubuntu.yml index 7705a77..a543f84 100644 --- a/roles/dns_encryption/tasks/ubuntu.yml +++ b/roles/dns_encryption/tasks/ubuntu.yml @@ -35,14 +35,14 @@ owner: root group: root -- name: Ubuntu | Setup the cgroup limitations for dnscrypt-proxy - copy: - dest: /etc/systemd/system/dnscrypt-proxy.service.d/100-CustomLimitations.conf - content: | - [Service] - MemoryLimit=16777216 - CPUAccounting=true - CPUQuota=5% - notify: - - daemon-reload - - restart dnscrypt-proxy +#- name: Ubuntu | Setup the cgroup limitations for dnscrypt-proxy +# copy: +# dest: /etc/systemd/system/dnscrypt-proxy.service.d/100-CustomLimitations.conf +# content: | +# [Service] +# MemoryLimit=16777216 +# CPUAccounting=true +# CPUQuota=5% +# notify: +# - daemon-reload +# - restart dnscrypt-proxy