From 274cceb67f19b0324153df092da5a2ecfd4eefdc Mon Sep 17 00:00:00 2001 From: Sumedh Bala Date: Tue, 31 Oct 2023 09:06:31 -0700 Subject: [PATCH] increase hash size --- tools/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/profile.py b/tools/profile.py index a744d731..6a2ccb01 100755 --- a/tools/profile.py +++ b/tools/profile.py @@ -105,7 +105,7 @@ def stack_id_err(stack_id): help="include CPU idle stacks") parser.add_argument("-f", "--folded", action="store_true", help="output folded format, one line per stack (for flame graphs)") -parser.add_argument("--hash-storage-size", default=40960, +parser.add_argument("--hash-storage-size", default=81920, type=positive_nonzero_int, help="the number of hash keys that can be stored and (default %(default)s)") parser.add_argument("--stack-storage-size", default=16384,