Skip to content

Commit

Permalink
32kb block
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Feb 4, 2025
1 parent d500b3f commit e28192e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/apm-server/sampling/eventstorage/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func OpenEventPebble(storageDir string) (*pebble.DB, error) {
MemTableSize: 16 << 20,
Levels: []pebble.LevelOptions{
{
BlockSize: 8 << 10,
BlockSize: 32 << 10,
Compression: func() pebble.Compression { return pebble.SnappyCompression },
FilterPolicy: bloom.FilterPolicy(10),
FilterType: pebble.TableFilter,
Expand Down

0 comments on commit e28192e

Please sign in to comment.