From 0fecc645618380829406002fddc80b34be56c5f2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 2 Mar 2018 12:03:40 +0000 Subject: Increase rlimits before dropping root --- systemtap/src/javaioreplay.stp | 5 ----- systemtap/src/targetedioreplay.stp | 5 ----- 2 files changed, 10 deletions(-) (limited to 'systemtap') diff --git a/systemtap/src/javaioreplay.stp b/systemtap/src/javaioreplay.stp index 9161f9e..4fca0ef 100644 --- a/systemtap/src/javaioreplay.stp +++ b/systemtap/src/javaioreplay.stp @@ -588,9 +588,4 @@ probe timer.s(3600) { exit(); } -# Stop probing after 1h (for safety) -probe timer.s(13) { - exit(); -} - # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 diff --git a/systemtap/src/targetedioreplay.stp b/systemtap/src/targetedioreplay.stp index aedee28..139a89b 100644 --- a/systemtap/src/targetedioreplay.stp +++ b/systemtap/src/targetedioreplay.stp @@ -588,9 +588,4 @@ probe timer.s(3600) { exit(); } -# Stop probing after 1h (for safety) -probe timer.s(13) { - exit(); -} - # vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4 -- cgit v1.2.3