diff --git a/fragment.go b/fragment.go index b81266045..551c5b68d 100644 --- a/fragment.go +++ b/fragment.go @@ -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"