Thanks. What is the default maxsize ?
f.g. > Le 10 sept. 2020 à 17:05, Quanah Gibson-Mount <[email protected]> a écrit : > > > > --On Thursday, September 10, 2020 10:40 AM +0200 Frédéric Goudal > <[email protected]> wrote: > >> Hello, >> >> As I understand mdb database should be in memory. >> Is there a way to calculate the correct amount of memory that should be >> allocated to a server so the database fit with no swap ? I guess the >> maxsize attribute should be set to a correct value too.. > > The MDB maxsize value should be something you never anticipate hitting. I > usually default to 80GB, but you want the value to something under the size > of the partition (i.e., you don't want the DB to grow larger than could be > stored). The DB size can be obtained from a du -c -h data.mdb, so you want > to have more than enough memory to hold that amount. > > Regards, > Quanah > > > -- > > Quanah Gibson-Mount > Product Architect > Symas Corporation > Packaged, certified, and supported LDAP solutions powered by OpenLDAP: > <http://www.symas.com> >
