Declare storage.local.index-cache-size.* default values as tweaked.

This commit is contained in:
Bjoern Rabenstein 2015-01-29 13:04:54 +01:00
parent 73f6dc4d44
commit ab386d1f5d
1 changed files with 0 additions and 1 deletions

View File

@ -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.")