We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6fe321 commit 3cb7ccdCopy full SHA for 3cb7ccd
provision-contest/ansible/roles/judgedaemon/tasks/main.yml
@@ -52,7 +52,7 @@
52
53
- name: Pre-generate the kernel flags for ansible usage
54
set_fact:
55
- procline: "apparmor=0 systemd.unified_cgroup_hierarchy=0 cgroup_enable=memory swapaccount=1 isolcpus={{ cpucore | join(',') }}"
+ procline: "apparmor=0 swapaccount=1 isolcpus={{ cpucore | join(',') }}"
56
57
- name: Add cgroup kernel parameters
58
lineinfile:
0 commit comments