From 4fea5c70c3fa177101799d6ee2ee9207ea365574 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 6 May 2021 20:32:54 +0200 Subject: [PATCH] enable_overcommit_memory.service: Allow overcommitting memory on eddb The users want to run ASan on *flughafenberlinbrandenburgwillybrandt*, which fails without allowing overcommitting. So, allow overcommitting. --- misc_systemd_units/enable_overcommit_memory.service | 1 + 1 file changed, 1 insertion(+) diff --git a/misc_systemd_units/enable_overcommit_memory.service b/misc_systemd_units/enable_overcommit_memory.service index 0455a86..6f26ef8 100644 --- a/misc_systemd_units/enable_overcommit_memory.service +++ b/misc_systemd_units/enable_overcommit_memory.service @@ -3,6 +3,7 @@ Wants=startup-tags.service After=startup-tags.service ConditionPathExists=|/node/tags/desktop ConditionHost=|icebear.molgen.mpg.de +ConditionHost=|flughafenberlinbrandenburgwillybrand.molgen.mpg.de [Service] Type=oneshot