Skip to content

Commit

Permalink
16MB decision cache
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Feb 4, 2025
1 parent 7168fbe commit 6767543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/apm-server/sampling/eventstorage/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@ func OpenDecisionPebble(storageDir string) (*pebble.DB, error) {
FilterType: pebble.TableFilter,
},
},
Cache: pebble.NewCache(16 << 20),
})
}

0 comments on commit 6767543

Please sign in to comment.