mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 12:31:07 +01:00
docs: reduce free disk recommendation from 30% to 20% (#2728)
Signed-off-by: hagen1778 <roman@victoriametrics.com>
This commit is contained in:
parent
29b7c0b4a6
commit
97183e4ec5
@ -1170,7 +1170,7 @@ It is recommended leaving the following amounts of spare resources:
|
|||||||
|
|
||||||
* 50% of free RAM for reducing the probability of OOM (out of memory) crashes and slowdowns during temporary spikes in workload.
|
* 50% of free RAM for reducing the probability of OOM (out of memory) crashes and slowdowns during temporary spikes in workload.
|
||||||
* 50% of spare CPU for reducing the probability of slowdowns during temporary spikes in workload.
|
* 50% of spare CPU for reducing the probability of slowdowns during temporary spikes in workload.
|
||||||
* At least 30% of free storage space at the directory pointed by `-storageDataPath` command-line flag. See also `-storage.minFreeDiskSpaceBytes` command-line flag description [here](#list-of-command-line-flags).
|
* At least [20% of free storage space](#storage) at the directory pointed by `-storageDataPath` command-line flag. See also `-storage.minFreeDiskSpaceBytes` command-line flag description [here](#list-of-command-line-flags).
|
||||||
|
|
||||||
See also [resource usage limits docs](#resource-usage-limits).
|
See also [resource usage limits docs](#resource-usage-limits).
|
||||||
|
|
||||||
|
@ -320,7 +320,7 @@ It is recommended leaving the following amounts of spare resources:
|
|||||||
|
|
||||||
- 50% of free RAM across all the node types for reducing the probability of OOM (out of memory) crashes and slowdowns during temporary spikes in workload.
|
- 50% of free RAM across all the node types for reducing the probability of OOM (out of memory) crashes and slowdowns during temporary spikes in workload.
|
||||||
- 50% of spare CPU across all the node types for reducing the probability of slowdowns during temporary spikes in workload.
|
- 50% of spare CPU across all the node types for reducing the probability of slowdowns during temporary spikes in workload.
|
||||||
- At least 30% of free storage space at the directory pointed by `-storageDataPath` command-line flag at `vmstorage` nodes. See also `-storage.minFreeDiskSpaceBytes` command-line flag [description for vmstorage](#list-of-command-line-flags-for-vmstorage).
|
- At least 20% of free storage space at the directory pointed by `-storageDataPath` command-line flag at `vmstorage` nodes. See also `-storage.minFreeDiskSpaceBytes` command-line flag [description for vmstorage](#list-of-command-line-flags-for-vmstorage).
|
||||||
|
|
||||||
Some capacity planning tips for VictoriaMetrics cluster:
|
Some capacity planning tips for VictoriaMetrics cluster:
|
||||||
|
|
||||||
|
@ -1170,7 +1170,7 @@ It is recommended leaving the following amounts of spare resources:
|
|||||||
|
|
||||||
* 50% of free RAM for reducing the probability of OOM (out of memory) crashes and slowdowns during temporary spikes in workload.
|
* 50% of free RAM for reducing the probability of OOM (out of memory) crashes and slowdowns during temporary spikes in workload.
|
||||||
* 50% of spare CPU for reducing the probability of slowdowns during temporary spikes in workload.
|
* 50% of spare CPU for reducing the probability of slowdowns during temporary spikes in workload.
|
||||||
* At least 30% of free storage space at the directory pointed by `-storageDataPath` command-line flag. See also `-storage.minFreeDiskSpaceBytes` command-line flag description [here](#list-of-command-line-flags).
|
* At least [20% of free storage space](#storage) at the directory pointed by `-storageDataPath` command-line flag. See also `-storage.minFreeDiskSpaceBytes` command-line flag description [here](#list-of-command-line-flags).
|
||||||
|
|
||||||
See also [resource usage limits docs](#resource-usage-limits).
|
See also [resource usage limits docs](#resource-usage-limits).
|
||||||
|
|
||||||
|
@ -1174,7 +1174,7 @@ It is recommended leaving the following amounts of spare resources:
|
|||||||
|
|
||||||
* 50% of free RAM for reducing the probability of OOM (out of memory) crashes and slowdowns during temporary spikes in workload.
|
* 50% of free RAM for reducing the probability of OOM (out of memory) crashes and slowdowns during temporary spikes in workload.
|
||||||
* 50% of spare CPU for reducing the probability of slowdowns during temporary spikes in workload.
|
* 50% of spare CPU for reducing the probability of slowdowns during temporary spikes in workload.
|
||||||
* At least 30% of free storage space at the directory pointed by `-storageDataPath` command-line flag. See also `-storage.minFreeDiskSpaceBytes` command-line flag description [here](#list-of-command-line-flags).
|
* At least [20% of free storage space](#storage) at the directory pointed by `-storageDataPath` command-line flag. See also `-storage.minFreeDiskSpaceBytes` command-line flag description [here](#list-of-command-line-flags).
|
||||||
|
|
||||||
See also [resource usage limits docs](#resource-usage-limits).
|
See also [resource usage limits docs](#resource-usage-limits).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user