I/O log action
iologactionwq
- The iologactionwq setting is available only in versions 10.0.0 and 10.0.1.
The iologactionwq keyword defines the initial name of the write queue files for iologcloseaction and Solr. This file is created in databasedir by default, unless the file name starts with '/'.
Example
iologactionwq "pbiologaction.wq"
Default
No default value
Used on
- Log servers
- Policy servers
iologactionwqnum
- The iologactionwqnum setting is available only in versions 10.0.0 and 10.0.1.
The iologactionwqnum keyword defines the number of write queue files for iologcloseaction and Solr. Generally, the more files allowed, the fewer file locks will be encountered and thus increase speed. The maximum value is 999.
Example
iologactionwqnum 99
Default
iologactionwqnum 10
Used on
- Log servers
- Policy servers
iologactiondb
- Version 10.0.1 and later: iologactiondb setting available.
The iologactiondb keyword specifies the database filename for the iologcloseaction and Solr queue. This file is created in databasedir by default, unless the file name starts with a slash (/).
Example
iologactiondb pbiologaction.db
Default
iologactiondb /opt/<prefix>pbul<suffix>/dbs/pbiologaction.db
Used on
- Log servers
- Policy servers
iologactiondbdelay
- Version 10.0.1 and later: iologactiondbdelay available.
When opening the iologaction database, the iologactiondbdelay keyword specifies the number of milliseconds to wait when the iologaction database is locked.
Example
iologactiondbdelay 100000
Default
iologactiondbdelay 10000
Used on
- Log servers
- Policy servers
iologactionmaxprocs
- Version 10.0.1 and later: iologactionmaxprocs setting available.
The iologactionmaxprocs keyword specifies the maximum number of pbreplay processes used to process Solr indexing and iologcloseaction actions. Limiting the maximum number of processes reduces CPU load used for Solr indexing and iologcloseaction at any given time.
Example
iologactionmaxprocs 20
Default
iologactionmaxprocs 4
Used on
- Log servers
- Policy servers
iologactionretry
- Version 10.0.1 and later: iologactionretry setting available.
The iologactionretry keyword specifies the time, in minutes, before it a requeued task is processed. The minimum value allowed is 5; the maximum is 2880 (48 hours).
Example
iologactionretry 60
Default
iologactionretry 20
Used on
- Log servers
- Policy servers
Updated 5 days ago