1
0
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:
Ravind Kumar
2024-07-12 20:21:03 -04:00
parent aa7bb5802c
commit 7ffa8b61b2

View File

@ -31,15 +31,17 @@ MinIO Pre-requisites
- 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.
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``
- ``updatedb``
- ``auditd``
- ``fstrim``
- 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.
Consider removing or disabling any other service or software which functions similarly to those listed above on MinIO hosts.
- Antivirus software (``clamav``)
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.