summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-08-28 21:35:56 +1200
committerKarolin Seeger <kseeger@samba.org>2017-09-06 10:01:14 +0200
commit4dfa810ed569406387bbb4abd636ab3c7543c8f9 (patch)
tree639053806469d520d1df9cd3452cc10db2dfd77d /WHATSNEW.txt
parentd6a9f6be321f7f2489df934dc57362f09b5f3863 (diff)
downloadsamba-4dfa810ed569406387bbb4abd636ab3c7543c8f9.tar.gz
WHATSNEW: explain that we may use much more RAM and SWAP with multi-process LDAP
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index d3dc9ecfcfb..09320492c83 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -150,7 +150,8 @@ the rest of the 'samba' process, rather than being forced into a single
process. This aids in Samba's ability to scale to larger numbers of AD
clients and the AD DC's overall resiliency, but will mean that there is a
fork()ed child for every LDAP client, which may be more resource
-intensive in some situations.
+intensive in some situations. If you run Samba in a
+resource-constrained VM, consider allocating more RAM and swap space.
Improved Read-Only Domain Controller (RODC) Support
---------------------------------------------------