From 96cc8d2dede0d54f980c981ec88aa84cd5aea6d7 Mon Sep 17 00:00:00 2001 From: mrwulf Date: Thu, 2 Jul 2026 21:28:19 +0200 Subject: [PATCH] chore: sync lean-guard (LimitCORE removal) Co-Authored-By: Claude Fable 5 --- verification/lean-guard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/verification/lean-guard b/verification/lean-guard index 256ef42..10a0af3 100755 --- a/verification/lean-guard +++ b/verification/lean-guard @@ -106,7 +106,7 @@ if systemd-run --user --scope -p MemoryMax=10M --quiet -- /bin/true 2>/dev/null; # --scope runs the command as a child of THIS shell (env inherited), # merely placing it in a fresh cgroup with the hard caps below. systemd-run --user --scope --quiet \ - -p MemoryMax="${CGROUP_MB}M" -p MemorySwapMax=256M -p LimitCORE=0 \ + -p MemoryMax="${CGROUP_MB}M" -p MemorySwapMax=256M \ -- taskset -c "$CORES" \ timeout --signal=TERM --kill-after=15 "$TIMEOUT_SEC" \ lean -M "$MEM_MB" -o "$OLEAN_FILE" "$LEAN_FILE" "$@"