VictoriaMetrics/app
Zongyang 0a796f7c3a
Change default value of '-remoteWrite.queues' to cgroup.AvailableCPUs * 2 (#1385)
* Change default value of '-remoteWrite.queues' to cgroup.AvailableCPUS() * 2 to reduce scrape interval

Default value of vmagent option '-remotewrite.queues' is 4 and default
size of vmagent ScheudleUnmarshalWorkers is number of CPUs, when available
CPUs is much greater than 4, e.g 32, worker are competing push queues
which will increase scrape interval and may cause scrape timeout.

* Update README and flag description

Co-authored-by: xiaozy <xiaozy01@fenbi.com>
2021-06-16 12:16:44 +03:00
..
victoria-metrics app/vmagent: list user-visible endpoints at http://vmagent:8429/ 2021-04-30 09:36:43 +03:00
vmagent Change default value of '-remoteWrite.queues' to cgroup.AvailableCPUs * 2 (#1385) 2021-06-16 12:16:44 +03:00
vmalert Vmalert docs (#1372) 2021-06-11 13:25:53 +03:00
vmauth app/vmauth: properly handle http.ErrAbortHandler panic 2021-06-11 12:50:25 +03:00
vmbackup app/{vmbackup,vmrestore},docs/vmrestore.md: typo fix: vbackup -> vmbackup (#1305) 2021-05-18 16:37:28 +03:00
vmbackupmanager app/vmbackup: typo fix: snaphsot -> snapshot 2021-04-22 11:16:56 +03:00
vmctl vmctl: explicitly set ::tag type for labels selector in influx mode (#1310) 2021-05-20 12:03:16 +03:00
vmgateway lib/httpserver: typo fix in -http.shutdownDelay command-line flag description: servier -> server 2021-05-18 16:26:16 +03:00
vminsert app/{vmagent,vminsert}: follow-up after 2fe045e2a4 2021-06-04 20:27:58 +03:00
vmrestore app/{vmbackup,vmrestore},docs/vmrestore.md: typo fix: vbackup -> vmbackup (#1305) 2021-05-18 16:37:28 +03:00
vmselect promql: fix increase_pure calculation for cases with stale series (#1381) 2021-06-15 17:37:19 +03:00
vmstorage app/vmstorage: add ability to limit series cardinality via -storage.maxHourlySeries and -storage.maxDailySeries command-line flags 2021-05-20 14:15:19 +03:00