diff --git a/storage/local/mapper.go b/storage/local/mapper.go index 9e65207cd4..f6465da8e9 100644 --- a/storage/local/mapper.go +++ b/storage/local/mapper.go @@ -12,7 +12,7 @@ import ( clientmodel "github.com/prometheus/client_golang/model" ) -const maxMappedFP = 1 << 30 // About 1B fingerprints reserved for mapping. +const maxMappedFP = 1 << 20 // About 1M fingerprints reserved for mapping. var separatorString = string([]byte{clientmodel.SeparatorByte})