Skip to main content
Version: 10.2.9

Track memory consumption

The RPA Worker might utilize high memory during execution, resulting in system slowness and unresponsiveness. To prevent such behavior, use the memory tracker mechanism that checks memory consumption and restarts the RPA Worker if the maximum memory value is higher than a predefined threshold.

The configuration parameters in the worker.bat file are as follows:

  • worker.execution.memory.heap.additional.tracking.disabled is false by default. Set to true to disable tracking memory consumption.

  • worker.execution.memory.native.memory.max is 500 (MB) by default. Set the value to apply a custom configuration.

  • worker.execution.memory.threshold.percent is 95 (%) by default. Set the value to check the limit that compares the Worker memory with the total available memory for this Worker.