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.disabledisfalseby default. Set totrueto disable tracking memory consumption.worker.execution.memory.native.memory.maxis 500 (MB) by default. Set the value to apply a custom configuration.worker.execution.memory.threshold.percentis 95 (%) by default. Set the value to check the limit that compares the Worker memory with the total available memory for this Worker.