From 26d74e089fdcd2e158cd8f2ce017fb0cd113c7da Mon Sep 17 00:00:00 2001 From: Jan Hadrava <had@kam.mff.cuni.cz> Date: Tue, 16 Jan 2018 13:10:53 +0100 Subject: [PATCH] common.h: Disable swap accounting in settings There is no swap on any of our machines. Additionally, mem+swap accounting is disabled in the default Debian kernel. We have no reason to enable it. (It can just consume more memory.) --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.h b/common.h index 95efeaa..5413c6b 100644 --- a/common.h +++ b/common.h @@ -23,7 +23,7 @@ /* Comment out if swap memory resource accounting is disabled * and only RAM memory should be limited. */ -#define SWAP_LIMIT 1 +//#define SWAP_LIMIT 1 /* Other common definitions. */ -- GitLab