Skip to content

Commit

Permalink
8MB memtable
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Feb 4, 2025
1 parent 9350ef5 commit e2953d6
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 @@ -42,7 +42,7 @@ func OpenEventPebble(storageDir string) (*pebble.DB, error) {
opts := &pebble.Options{
FormatMajorVersion: pebble.FormatColumnarBlocks,
Logger: logp.NewLogger(logs.Sampling),
MemTableSize: 16 << 20,
MemTableSize: 8 << 20,
Levels: []pebble.LevelOptions{
{
BlockSize: 16 << 10,
Expand Down

0 comments on commit e2953d6

Please sign in to comment.