Parameter:
UPDATE_IDLE_TIME_MSShort description: Millisecond variant of
UPDATE_IDLE_TIME. Allows finer control of the pause between Update operations on powerful servers.Profile
Parameter | UPDATE_IDLE_TIME_MS |
Syntax | UPDATE_IDLE_TIME_MS=<milliseconds> |
Values | Integer in milliseconds (e.g. 200, 500, 1000) |
Effect | Pause between two Update operations of the view thread, in ms |
Category | Performance / Memory (Updater tuning) |
GUI equivalent | none ( notes.ini only) |
Related | UPDATE_IDLE_TIME, FTUPDATE_IDLE_TIME, FTUPDATE_IDLE_TIME_MS, UPDATE_FULLTEXT_THREAD, Updaters |
Available since | Domino 7 |
Description
UPDATE_IDLE_TIMEworks in whole seconds. On large, very fast servers this resolution isn't enough — even a one-second pause may drain the Updater queue too slowly.
UPDATE_IDLE_TIME_MSsets the same pause in milliseconds instead.
- When both parameters are set,
UPDATE_IDLE_TIME_MStakes precedence overUPDATE_IDLE_TIME.
- When
UPDATE_FULLTEXT_THREAD=1is active, this affects only the view thread; the FT thread is controlled byFTUPDATE_IDLE_TIME_MS.
Example
UPDATE_IDLE_TIME_MS=500
- Updater waits 500 ms between two Update operations.
- Instead of
UPDATE_IDLE_TIME=1(1 second) — doubles Updater throughput.
Notes
- Takes effect only after a server restart or restart of the Update task.
- Values that are too small (< 100 ms) drastically increase CPU load.
- Recommendation: first try
UPDATE_IDLE_TIME=2, then fine-tune withUPDATE_IDLE_TIME_MSif needed.
- Has no effect on the
Updalltask; affects only the continuously runningUpdatetask.
- Counterpart for FT updates:
FTUPDATE_IDLE_TIME_MS.
Sources (HCL Product Documentation)
- HCL Domino 14.5.1 — Indexer tasks: Update and Updall: help.hcl-software.com/domino/14.5.1/admin/admn_indexertasksupdateandupdall_r.html
- HCL Domino 11.0.1 — Indexer tasks: Update and Updall: help.hcl-software.com/domino/11.0.1/admin/admn_indexertasksupdateandupdall_r.html
- HCL Domino 9.0.1 — Indexer tasks: Update and Updall: help.hcl-software.com/domino/9.0.1/admin/admn_indexertasksupdateandupdall_r.html