Skip to content

Commit

Permalink
increase hash size
Browse files Browse the repository at this point in the history
  • Loading branch information
sumedhbala-delphix committed Oct 31, 2023
1 parent 2e6ff3b commit 274cceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 274cceb

Please sign in to comment.