mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Fixing build error
This commit is contained in:
@ -31,15 +31,17 @@ MinIO Pre-requisites
|
|||||||
- Disable system services that index, scan, or audit the filesystem, system-level calls, or kernel-level calls.
|
- Disable system services that index, scan, or audit the filesystem, system-level calls, or kernel-level calls.
|
||||||
These services can reduce performance due to resource contention or interception of MinIO operations.
|
These services can reduce performance due to resource contention or interception of MinIO operations.
|
||||||
|
|
||||||
MinIO strongly recommends uninstalling or disabling the following services on hosts running MinIO:
|
MinIO strongly recommends uninstalling or disabling the following services on hosts running MinIO:
|
||||||
|
|
||||||
- ``mlocate`` or ``plocate``
|
- ``mlocate`` or ``plocate``
|
||||||
- ``updatedb``
|
- ``updatedb``
|
||||||
- ``auditd``
|
- ``auditd``
|
||||||
- ``fstrim``
|
- ``fstrim``
|
||||||
- Crowdstrike Falcon
|
- Crowdstrike Falcon
|
||||||
The above list represents the most common services or softwares known to cause performance or behavioral issues with high performance systems like MinIO.
|
- Antivirus software (``clamav``)
|
||||||
Consider removing or disabling any other service or software which functions similarly to those listed above on MinIO hosts.
|
|
||||||
|
The above list represents the most common services or softwares known to cause performance or behavioral issues with high performance systems like MinIO.
|
||||||
|
Consider removing or disabling any other service or software which functions similarly to those listed above on MinIO hosts.
|
||||||
|
|
||||||
Alternatively, configure these services to ignore or exclude the MinIO Server process and *all* drives or drive paths accessed by MinIO.
|
Alternatively, configure these services to ignore or exclude the MinIO Server process and *all* drives or drive paths accessed by MinIO.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user