[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
configuring mdb maxsize
- To: <openldap-technical@openldap.org>
- Subject: configuring mdb maxsize
- From: "Paul B. Henson" <henson@acm.org>
- Date: Tue, 7 Jan 2014 18:46:29 -0800
- Content-language: en-us
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:date:message-id:mime-version:content-type :content-transfer-encoding:thread-index:content-language; bh=fKgmtio6z6WF9TpON2wtiWuW+ECSiYUx+u8E2aMmrrY=; b=cZPMHztS/W0BTHkN1pP6i890643tmI83C7ifZ91F9UZKtz8YuWbWxZcrid6UKPjs7D T1EIqJm8zCI2tiqoVqJoBoRT9yfOGOIOwSav6hDPgdtNf5NkogDpnjs6JCafwPDU/3xt Qmyc+kg0fP5sEFnY7q8qbm43ENLcXNDrsz5SUREoTYPPu2BQUoh82LDEPPxMPQ8xjEfV xFVkbMO4qLAcLjcSLQN7ZImSREuQH4gnY+rvTmwOY3g73k5z6IG3s7QTSuw+G+VxNHRW HgyphNbbDtUXXMudusSrcwQMVg7FkeoR0vbfawon755RJox3PNWDk/5h/XKOSsunyMGD rS9w==
- Thread-index: Ac8MFy3ERXCIIKiFTEWMfKHZswneeA==
I'd like to clarify the requirements for the mdb maxsize parameter.
According to the current admin guide:
"This should be the largest that the database is ever anticipated to grow"
Which would seem to imply it cannot later be changed without completely
rebuilding the database.
According to the slapd-mdb manpage:
"Note: It is important to set this to as large a value as possible,
(relative to anticipated growth of the actual data over time) since growing
the size later may not be practical when the system is under heavy load."
It can possibly be changed later, but maybe not ;).
Based on unauthoritative postings I've read, it seems that if you shut down
openldap, you can change it to whatever you want, and when you restart
openldap, the additional size will immediately be available with no
problems. It also seems that if you're using cn=config, you can change it
live and it will immediately take effect. I haven't seen any postings
indicating a problem that occurred while changing it live.
Are there any restrictions for changing it while the server is down? What
restrictions, or problems, if any, are involved when changing it while the
server is up?
Thanks much.