Skip to content

Commit 5ab0498

Browse files
committed
suggested values
Created using spr 1.3.4
1 parent e57835b commit 5ab0498

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bolt/docs/Heatmaps.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,12 @@ Some useful options are:
9090

9191
```
9292
-block-size=<uint> - heatmap bucket size in bytes (default 64)
93-
-line-size=<uint> - number of entries per line (default 256)
93+
-line-size=<uint> - number of entries per line (default 256).
94+
Use 128 if the heatmap doesn't fit screen horizontally.
9495
-max-address=<uint> - maximum address considered valid for heatmap (default 4GB)
9596
-print-mappings - print mappings in the legend, between characters/blocks and text sections (default false)
9697
-heatmap-zoom-out=<uint>,... - print zoomed out heatmaps with given block sizes,
97-
must be multiples of block-size in ascending order
98+
must be multiples of block-size in ascending order.
99+
Suggested values: 4096 (default page size), 16384 (16k page),
100+
1048576 (1MB for XL workloads).
98101
```

0 commit comments

Comments
 (0)