Skip to content

Commit 8d03c66

Browse files
committed
Change defaults for java heap dump buffer size
No reason local runs should truncate, increase to 256mb Bug: 371924914 Change-Id: I73333c998bb724687028ad0ec03d7e88cdb2fb06
1 parent 3ec8030 commit 8d03c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/java_heap_dump

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def main(argv):
237237
"--buffer-size",
238238
help="Buffer size in memory that store the whole java heap graph. N(kb|mb|gb)",
239239
type=str,
240-
default="100024kb")
240+
default="256mb")
241241
parser.add_argument(
242242
"-c",
243243
"--continuous-dump",

0 commit comments

Comments
 (0)