tuning slicewidth

This commit is contained in:
Todd Gruben 2016-06-10 10:21:23 -05:00
parent 0010ea14f8
commit 98c7f8d361

View file

@ -25,7 +25,7 @@ import (
const (
// SliceWidth is the number of profile IDs in a slice.
SliceWidth = 2097152
SliceWidth = 1048576
// SnapshotExt is the file extension used for an in-process snapshot.
SnapshotExt = ".snapshotting"