mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
08.15.2013 d7bdb56e3f1f56cbcb09802e9a65ba6c9880acc3
refs
author Matthew Swift <matthew.swift@forgerock.com>
Monday, April 8, 2013 13:15 +0200
committer Matthew Swift <matthew.swift@forgerock.com>
Monday, April 8, 2013 13:15 +0200
commitd7bdb56e3f1f56cbcb09802e9a65ba6c9880acc3
tree 3c4c80ff050f991605d633f1e410da6a9877de8a tree | zip | gz
parent 745bf850917bd950b5d104e72ff38a96a5b6e167 view | diff
Partial fix OPENDJ-662 - Upgrade JE to latest version of JE5, and modify default config settings to latest recommendations / expected machine capabilities.

* db-evictor-lru-only - change to false (depth based then lru) since it exhibits better behavior in partially cached deployments and does not impact cases where the DB is fully cached
* db-log-file-max - increase back to 100MB due to recent improvements in JE which mean that smaller file sizes are no longer needed. Bigger log files means less of them, less frequent fsyncs, and less FDs
* db-checkpointer-bytes-interval - increased to 500MB. The increased recovery time is minimal and a bigger checkpoint interval dramatically reduces the risk of persisting volatile data to disk
* disk-low-threshold - updated to 200MB to align with increased log file size
* disk-full-threshold - updated to 100MB to align with increased log file size
1 files modified
12 ■■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml 12 ●●●● diff | view | raw | blame | history