Enterprise Manager Generic (MOSC)

MOSC Banner

OEM 12c Agent - Using Excessive Resource Usage (Update/Further Question).

edited Jul 10, 2012 9:23AM in Enterprise Manager Generic (MOSC) 3 commentsAnswered ✓
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"

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:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center