From 98c7f8d36150adc7645cf38ddb5ab84af676b9c6 Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Fri, 10 Jun 2016 10:21:23 -0500 Subject: [PATCH] tuning slicewidth --- fragment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"