From 63e48b3dbade0e1246d4cb35fb21791b4cbeb47c Mon Sep 17 00:00:00 2001 From: andryyy Date: Wed, 5 Jul 2017 12:18:42 +0200 Subject: [PATCH] Add Clamd hint --- docs/prerequesite-system.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/prerequesite-system.md b/docs/prerequesite-system.md index 9427f9d82..94831536c 100644 --- a/docs/prerequesite-system.md +++ b/docs/prerequesite-system.md @@ -12,12 +12,14 @@ Before you run **mailcow: dockerized**, there are a few requirements that you sh Please make sure that your system has at least the following resources: -| Resource | mailcow: dockerized | -| ----------------------- | --------------------- | -| CPU | 1 GHz | -| RAM                     | 1 GiB         | -| Disk | 5 GiB (without emails)| -| System Type | x86_64 | +| Resource | mailcow: dockerized | +| ----------------------- | -------------------------------- | +| CPU | 1 GHz | +| RAM                     | 1 GiB (or better 1,5 GiB + Swap) | +| Disk | 5 GiB (without emails) | +| System Type | x86_64 | + +ClamAV is a greedy RAM muncher. You can disable it in `mailcow.conf` by settings SKIP_CLAMD=y. ## Firewall & Ports