1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

Apply suggestions from code review

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
This commit is contained in:
Ravind Kumar
2024-07-12 17:07:05 -04:00
committed by Harshavardhana
parent 5173a10569
commit aa7bb5802c

View File

@ -28,19 +28,20 @@ MinIO Pre-requisites
Check with your operating system's documentation for how to synchronize time with a time server.
* - :octicon:`circle`
- 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.
The following is a non-exhaustive list of services or softwares which should be disabled 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
- Antivirus (``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.
You can 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.
* - :octicon:`circle`
- System administrator access to the remote servers