VictoriaMetrics/app
Aliaksandr Valialkin a3e91c593b 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:27:21 +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:01:40 +03:00
vmalert all: add mssing APP_NAME to vm*-GOARCH builds 2020-07-31 13:45:32 +03:00
vmauth all: add mssing APP_NAME to vm*-GOARCH builds 2020-07-31 13:45:32 +03:00
vmbackup all: add mssing APP_NAME to vm*-GOARCH builds 2020-07-31 13:45:32 +03:00
vminsert app: remove duplicate *-pure makefile rules 2020-07-31 20:01:30 +03:00
vmrestore all: add mssing APP_NAME to vm*-GOARCH builds 2020-07-31 13:45:32 +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:24:38 +03:00
vmstorage lib/storage: limit the number of concurrent calls to storage.searchTSIDs to GOMAXPROCS*2 2020-08-05 18:27:21 +03:00