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

matthew_swift
19.59.2010 e0d4105c76ec6bc0c544ca664d7a98c420509667
Additional fix for issue 4477 (Increase maximum size of database log file from 10MBto 100MB): decrease default checkpoint frequency from 20MB to 100MB in order to reduce frequency of fsyncs. This should not increase recovery times significantly since modern hardware is capable of recovering 100MB of log very quickly.

2 files modified
4 ■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/resource/config/config.ldif
@@ -196,7 +196,7 @@
ds-cfg-db-log-file-max: 100 megabytes
ds-cfg-db-logging-file-handler-on: true
ds-cfg-db-logging-level: CONFIG
ds-cfg-db-checkpointer-bytes-interval: 20 megabytes
ds-cfg-db-checkpointer-bytes-interval: 100 megabytes
ds-cfg-db-checkpointer-wakeup-interval: 30 seconds
dn: cn=Index,ds-cfg-backend-id=userRoot,cn=Backends,cn=config
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/LocalDBBackendConfiguration.xml
@@ -645,7 +645,7 @@
    </adm:requires-admin-action>
    <adm:default-behavior>
      <adm:defined>
        <adm:value>20mb</adm:value>
        <adm:value>100mb</adm:value>
      </adm:defined>
    </adm:default-behavior>
    <adm:syntax>