We want to know if there is a setting like heap size to restrict the memory usage of agent on target servers.
Release : 12.3
Component :
You can increase/decrease the heap size from the java agent properties start parameters in the service manager dialog.
For example
C:\Program Files\Java\jre1.8.0_261\bin\java -jar -Xrs -Xmx2048M ucxjcitx.jar
Here Xmx is the maximum allocated memory.