LFCS · Question #431
Which of the following parameters in slapd.conf are used to tune the database cache size? (Choose TWO answers.)
The correct answer is B. dbcachesize D. cachesize. This question asks to identify two slapd.conf parameters used to configure the database cache size for an OpenLDAP server.
Question
Options
- Adcachesize
- Bdbcachesize
- Cdatabasecachesize
- Dcachesize
How the community answered
(42 responses)- A2% (1)
- B93% (39)
- C5% (2)
Why each option
This question asks to identify two `slapd.conf` parameters used to configure the database cache size for an OpenLDAP server.
`dcachesize` is not a standard parameter for database cache size in OpenLDAP's `slapd.conf` configuration.
`dbcachesize` is a specific parameter in `slapd.conf` used to configure the size of the database cache, especially for backends like BDB or HDB, directly impacting the performance of read operations.
`databasecachesize` is not a standard parameter for database cache size in OpenLDAP's `slapd.conf` configuration.
`cachesize` is another parameter that can be used in `slapd.conf` to control the entry cache size, which affects how many entries can be held in memory for faster access, thereby improving overall database performance.
Concept tested: slapd.conf database cache tuning parameters
Source: https://www.openldap.org/doc/admin24/slapdconf2.html
Topics
Community Discussion
No community discussion yet for this question.