VictoriaMetrics/app
Aliaksandr Valialkin 8f16388428 lib/storage: limit the number of concurrent calls to storage.searchTSIDs to GOMAXPROCS*2
This should limit the maximum memory usage and reduce CPU trashing on vmstorage
when multiple heavy queries are executed.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/648
2020-08-05 18:30:07 +03:00
..
victoria-metrics app/vmselect/prometheus: do not adjust last points in time series with timestamps exceeding the current time 2020-07-14 12:52:16 +03:00
vmagent app/vmagent: tune http client for sending data to remote storage in order to disable closing keep-alive connections 2020-08-04 21:00:29 +03:00
vmalert all: add mssing APP_NAME to vm*-GOARCH builds 2020-07-31 13:42:18 +03:00
vmauth all: add mssing APP_NAME to vm*-GOARCH builds 2020-07-31 13:42:18 +03:00
vmbackup all: add mssing APP_NAME to vm*-GOARCH builds 2020-07-31 13:42:18 +03:00
vminsert app/{vmagent,vminsert}: properly preserve db tag from query string passed to Influx line protocol query 2020-07-28 21:25:19 +03:00
vmrestore all: add mssing APP_NAME to vm*-GOARCH builds 2020-07-31 13:42:18 +03:00
vmselect app/vmselect: use warning level instead of info level for logging slow queries that take longer than -search.logSlowQueryDuration 2020-08-04 20:25:35 +03:00
vmstorage lib/storage: limit the number of concurrent calls to storage.searchTSIDs to GOMAXPROCS*2 2020-08-05 18:30:07 +03:00