Skip to content

Commit

Permalink
docs: add missing -search.maxDeleteSeries to vmselect flags
Browse files Browse the repository at this point in the history
Signed-off-by: hagen1778 <[email protected]>
  • Loading branch information
hagen1778 committed Oct 3, 2024
1 parent c22eae0 commit 7f47713
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Cluster-VictoriaMetrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1562,6 +1562,8 @@ Below is the output for `/path/to/vmselect -help`:
Log queries with execution time exceeding this value. Zero disables slow query logging. See also -search.logQueryMemoryUsage (default 5s)
-search.maxConcurrentRequests int
The maximum number of concurrent search requests. It shouldn't be high, since a single request can saturate all the CPU cores, while many concurrently executed requests may require high amounts of memory. See also -search.maxQueueDuration and -search.maxMemoryPerQuery (default 16)
-search.maxDeleteSeries int
The maximum number of time series, which can be deleted using /api/v1/admin/tsdb/delete_series. This option allows limiting memory usage (default 1000000)
-search.maxExportDuration duration
The maximum duration for /api/v1/export call (default 720h0m0s)
-search.maxExportSeries int
Expand Down

0 comments on commit 7f47713

Please sign in to comment.