Skip to content

Commit 1d89bad

Browse files
knopers8justonedev1
authored andcommitted
Disable ROC deep cleanu procedure
Now, we have a patch in PDA which makes the deep cleanup unneeded.
1 parent 6d9427b commit 1d89bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

o2-aliecs-shmcleaner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ done
9494
rm -f /dev/shm/*fmq*
9595

9696
# Cleanup any ROC-allocated memory
97-
if false; then
97+
if true; then
9898
# This is the standard cleanup procedure
9999
yes | roc-cleanup --light > /dev/null 3>&1
100100
else

0 commit comments

Comments
 (0)