Wikis - Page

(OO) Support Tip: Monitoring - other considerations

1 Likes

 Total memory occupied by the OO/RPA java process might surpass the memory setting provided to JVM.

wrapper.java.maxmemory=6192  -> -Xmx

For troubleshooting purposes, one can enable also GC logging (PrintGC flags will be requested to be enabled on case-basis).

Do NOT enable full DEBUG in log4j.properties

log.level=WARN

execution.log.level=INFO

For further investigation, one might enable package specific logging for a delimited time-frame.

 

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended