From 8011756658b6ea57bb9ce26787d8b1fab454119d Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Tue, 12 Jul 2022 12:30:15 +0200 Subject: [PATCH] readme: Correct RAM estimate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82fd06c..8861f06 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ management and so on. If you need all of that, go for it! Keep in mind that a more complex system is more complex to maintain, though. -LLDAP is much lighter to run (<100 MB RAM including the DB), easier to +LLDAP is much lighter to run (<10 MB RAM including the DB), easier to configure (no messing around with DNS or security policies) and simpler to use. It also comes conveniently packed in a docker container.