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:
-Dworker.execution.memory.native.memory.maxis300(MB) by default. Set the value to apply a custom configuration.To disable tracking of memory consumption, add the following parameter after the line
-Dworker.execution.memory.native.memory.max=300^:-Dworker.execution.memory.heap.additional.tracking.disabled=true^-Dworker.execution.memory.threshold.percentis95(%) by default. Set the value to check the limit that compares the Worker memory with the total available memory for this Worker.