From 2434a7416550bc20b450327f9b9578babf7b1e09 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 14 Aug 2019 12:23:06 +0200 Subject: cynadm: Add options --cache and --echo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The option --cache allows to set the cache size The option --echo allows to emit the evaluated commands Change-Id: If57d2a229dd263bf77a61973633d7447441277b0 Signed-off-by: José Bollo --- tests/stress-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stress-cache.sh') diff --git a/tests/stress-cache.sh b/tests/stress-cache.sh index 22e5627..fdaa323 100755 --- a/tests/stress-cache.sh +++ b/tests/stress-cache.sh @@ -23,7 +23,7 @@ for((y = 0 ; y < 10 ; y++)); do sleep .05 done done | -valgrind cynadm -s $d/cynara.check +valgrind cynadm -c 2000 -e -s $d/cynara.check echo ----------- STOP ------------------ # terminate -- cgit 1.2.3-korg