From 851ad1bfd6a8121765405e6e4070a6a645b61693 Mon Sep 17 00:00:00 2001 From: olli <> Date: Wed, 16 Oct 2024 10:29:07 +0200 Subject: [PATCH] disable swap because of performance issues --- basics.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics.yml b/basics.yml index 39ec542..94efc40 100644 --- a/basics.yml +++ b/basics.yml @@ -274,7 +274,7 @@ - ansible.posix.sysctl: name: vm.swappiness - value: '1' + value: '0' state: present when: nocontainer.stat.exists == true