From: hadaq Date: Mon, 29 Nov 2010 13:54:52 +0000 (+0000) Subject: Cleanup remaining shared memory after EB. Sergey. X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=37252583da529cdbe878b72c3a704e7e4dbd731e;p=daqdata.git Cleanup remaining shared memory after EB. Sergey. --- 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);