From 01076c55c585986dfc07893f85491181e7f5b62f Mon Sep 17 00:00:00 2001 From: Piotr Konopka Date: Wed, 19 Mar 2025 15:09:57 +0100 Subject: [PATCH] Disable ROC deep cleanu procedure Now, we have a patch in PDA which makes the deep cleanup unneeded. --- o2-aliecs-shmcleaner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o2-aliecs-shmcleaner b/o2-aliecs-shmcleaner index a0fec0a3..e2358e8e 100644 --- a/o2-aliecs-shmcleaner +++ b/o2-aliecs-shmcleaner @@ -94,7 +94,7 @@ done rm -f /dev/shm/*fmq* # Cleanup any ROC-allocated memory -if false; then +if true; then # This is the standard cleanup procedure yes | roc-cleanup --light > /dev/null 3>&1 else