VictoriaMetrics/vendor
Aliaksandr Valialkin d2bbbf147c
all: limit the maximum memory usage for regexp cache, which stores parsed regular expressions in MetricsQL queries
Previously the cache could store 10K unique regexps. When every regexp is huge (e.g. hundreds of kilobytes),
then the total cache size could grow to multiples of gigabytes. Now the cache size is limited by the total length
of all cached regexps. So huge regexps won't result in high memory usage for the cache.
2022-06-24 17:57:43 +03:00
..
cloud.google.com/go vendor: make vendor-update 2022-06-20 14:30:23 +03:00
github.com all: limit the maximum memory usage for regexp cache, which stores parsed regular expressions in MetricsQL queries 2022-06-24 17:57:43 +03:00
go.opencensus.io go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
go.uber.org/atomic go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
golang.org/x vendor: make vendor-update 2022-06-20 14:30:23 +03:00
google.golang.org vendor: make vendor-update 2022-06-20 14:30:23 +03:00
gopkg.in/yaml.v2 go.mod: update minimum Go version from Go 1.16 to Go 1.17 2021-12-22 12:27:02 +02:00
modules.txt all: limit the maximum memory usage for regexp cache, which stores parsed regular expressions in MetricsQL queries 2022-06-24 17:57:43 +03:00