Can we restrict memory used by agent(all agents) running on a server?
search cancel

Can we restrict memory used by agent(all agents) running on a server?

book

Article ID: 225933

calendar_today

Updated On:

Products

CA Continuous Delivery Automation - Automation Engine

Issue/Introduction

We want to know if there is a setting like heap size to restrict the memory usage of agent on target servers.

 

Environment

Release : 12.3

Component :

Resolution

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.