OEM 12c Agent - Using Excessive Resource Usage (Update/Further Question).
I had this issue and this resolved it (at least mostly)
1. ./emctl stop agent
Ensure no EMAgent process is running:
<AGENT_HOME>/bin>./emctl status agent
$ps -ef | grep TMMain
2. Backup and edit the .../agent_inst/sysman/config/emd.properties file:
from:
agentJavaDefines=-Xmx128M -XX:MaxPermSize=96M
to;
agentJavaDefines=-Xmx512M -XX:MaxPermSize=96M
and save the file.
3. Start the Agent and check the status:
<AGENT_HOME>/bin>./emctl start agent
<AGENT_HOME>/bin>./emctl status agent"
Ensure no EMAgent process is running:
<AGENT_HOME>/bin>./emctl status agent
$ps -ef | grep TMMain
2. Backup and edit the .../agent_inst/sysman/config/emd.properties file:
from:
agentJavaDefines=-Xmx128M -XX:MaxPermSize=96M
to;
agentJavaDefines=-Xmx512M -XX:MaxPermSize=96M
and save the file.
3. Start the Agent and check the status:
<AGENT_HOME>/bin>./emctl start agent
<AGENT_HOME>/bin>./emctl status agent"
If I pull up there is still a lot of Java activitity/usage. In the same directory there is an "autotune.properties" file. It has the following:
0