From 37252583da529cdbe878b72c3a704e7e4dbd731e Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 29 Nov 2010 13:54:52 +0000 Subject: [PATCH] Cleanup remaining shared memory after EB. Sergey. --- disks/cleanup_evtbuild.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/disks/cleanup_evtbuild.pl b/disks/cleanup_evtbuild.pl index f026fd4..a075083 100755 --- a/disks/cleanup_evtbuild.pl +++ b/disks/cleanup_evtbuild.pl @@ -8,14 +8,14 @@ use Data::Dumper; my $pname = "daq_netmem"; my @out_list = `ps -C $pname`; &killSoftProcs(\@out_list, $pname); -sleep 1; +sleep 2; @out_list = `ps -C $pname`; &killHardProcs(\@out_list, $pname); $pname = "daq_evtbuild"; @out_list = `ps -C $pname`; &killSoftProcs(\@out_list, $pname); -sleep 1; +sleep 2; @out_list = `ps -C $pname`; &killHardProcs(\@out_list, $pname); -- 2.43.0