Parameter:
TRANSLOG_MaxSizeShort description: Maximum total size of the transaction log in megabytes.
Profile
Parameter | TRANSLOG_MaxSize |
Category | Transaction log |
Component | Server |
Available since | R5 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | Server document |
Possible values | 192 – 4096 (MB); default 192 |
Description
TRANSLOG_MaxSize defines the maximum total size of the transaction log in megabytes. Once the value is reached, Domino – depending on TRANSLOG_Style – either starts overwriting the log (circular) or creates new log extents (archive / linear).Example configuration
TRANSLOG_MaxSize=1024
Notes & pitfalls
- Valid values are between 192 and 4096 MB; default is 192 MB.
- For high write volumes (mail cluster, large applications), choose a value in the upper range, otherwise the log rolls too quickly.
- In archive mode this value controls the size of individual log extents, not the total size.
- Plan enough disk space on the
TRANSLOG_Pathvolume accordingly.
- Takes effect after a server restart.