From 12d0365b0a600f6ff2783e795d02d47f7abfd815 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 7705a776..a543f842 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