mirror of
https://github.com/prometheus/prometheus
synced 2025-01-13 02:14:08 +00:00
Declare storage.local.index-cache-size.* default values as tweaked.
This commit is contained in:
parent
73f6dc4d44
commit
ab386d1f5d
@ -35,7 +35,6 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
// TODO: Tweak default values.
|
||||
fingerprintToMetricCacheSize = flag.Int("storage.local.index-cache-size.fingerprint-to-metric", 10*1024*1024, "The size in bytes for the fingerprint to metric index cache.")
|
||||
fingerprintTimeRangeCacheSize = flag.Int("storage.local.index-cache-size.fingerprint-to-timerange", 5*1024*1024, "The size in bytes for the metric time range index cache.")
|
||||
labelNameToLabelValuesCacheSize = flag.Int("storage.local.index-cache-size.label-name-to-label-values", 10*1024*1024, "The size in bytes for the label name to label values index cache.")
|
||||
|
Loading…
Reference in New Issue
Block a user