Skip to content

Commit 7ffa8b6

Browse files
committed
Fixing build error
1 parent aa7bb58 commit 7ffa8b6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source/operations/checklists/software.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,17 @@ MinIO Pre-requisites
3131
- 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-
MinIO strongly recommends uninstalling or disabling the following services 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-
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.
41+
- Antivirus software (``clamav``)
42+
43+
The above list represents the most common services or softwares known to cause performance or behavioral issues with high performance systems like MinIO.
44+
Consider removing or disabling any other service or software which functions similarly to those listed above on MinIO hosts.
4345

4446
Alternatively, configure these services to ignore or exclude the MinIO Server process and *all* drives or drive paths accessed by MinIO.
4547

0 commit comments

Comments
 (0)