Page created: 26 Jul 2021
|
Page updated: 14 Jan 2022
| 1 min read
9.0 Product PingDirectory Directory Capability Product documentation Content Type Administration User task Configuration IT Administrator Administrator Audience System Administrator Software Deployment Method
Configure database preloading.
-
To load the database contents from disk into memory when the server starts up, set
the prime method to preload.
This eliminates the need for the server to gradually prime the database cache using client traffic and ensures that the server has optimal performance when it starts to receive client connections.
$ bin/dsconfig set-backend-prop \ --backend-name userRoot \ --set prime-method:preload
-
To apply the changes, restart the Directory Server.
- Run bin/stop-server.
- Run bin/start-server.