Skip to content

Commit aa7bb58

Browse files
ravindk89djwfyi
authored andcommitted
Apply suggestions from code review
Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
1 parent 5173a10 commit aa7bb58

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/operations/checklists/software.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,20 @@ MinIO Pre-requisites
2828
Check with your operating system's documentation for how to synchronize time with a time server.
2929

3030
* - :octicon:`circle`
31-
- Disable system services that index, scan, or audit the filesystem, system-level calls, or kernel-level calls
31+
- Disable system services that index, scan, or audit the filesystem, system-level calls, or kernel-level calls.
3232
These services can reduce performance due to resource contention or interception of MinIO operations.
3333

34-
The following is a non-exhaustive list of services or softwares which should be disabled on hosts running MinIO:
34+
MinIO strongly recommends uninstalling or disabling the following services on hosts running MinIO:
3535

3636
- ``mlocate`` or ``plocate``
3737
- ``updatedb``
3838
- ``auditd``
3939
- ``fstrim``
4040
- Crowdstrike Falcon
41-
- Antivirus (``clamav``)
41+
The above list represents the most common services or softwares known to cause performance or behavioral issues with high performance systems like MinIO.
42+
Consider removing or disabling any other service or software which functions similarly to those listed above on MinIO hosts.
4243

43-
You can alternatively configure these services to ignore or exclude the MinIO Server process and *all* drives or drive paths accessed by MinIO.
44+
Alternatively, configure these services to ignore or exclude the MinIO Server process and *all* drives or drive paths accessed by MinIO.
4445

4546
* - :octicon:`circle`
4647
- System administrator access to the remote servers

0 commit comments

Comments
 (0)