For the complete documentation index, see llms.txt. This page is also available as Markdown.
XSOAR 6.13

Disaster Recovery Server Configurations

Review disaster recovery server configurations in Cortex XSOAR 6.13.

Key
Description
Default

dr.batch.size

Controls the number of actions sent to the disaster recovery server in one request. Can be used to troubleshoot live backup.

300

dr.memory.limit.mb

Limits the memory size (in MB) of the action items, which should prevent out of memory errors. dr.batch.size and dr.memory.limit.db work together, so the threshold is reached when the limitation of either configuration is met. If you receive an out of memory error, consider reducing to 100. Can be used to troubleshoot live backup.

300

dr.queue.size

The total number of actions to keep in memory before entering recovery mode. It is recommended to keep the default number, as it is relative to the size of the dr.batch.size configuration. Can be used to troubleshoot live backup.

10*dr.batch.size

dr.switch.http.timeout

Controls the HTTP timeout, in minutes of the host's request to each tenant when switching hosts.

5

ui.livebackup

Turns on live backup. Can be used to configure the live backup environment.

false

Last updated

Was this helpful?