Correction needed in oracle support doc id:1553342.1

  • From: Nagaraj S <nagaraj.chk@xxxxxxxxx>
  • To: oracle-l <oracle-l@xxxxxxxxxxxxx>
  • Date: Fri, 25 Oct 2013 15:54:40 +0530

I have noticed the mistake in oracle support doc id:1553342.1
Oracle Enterprise Manager 12c Configuration Best Practices (Doc ID
1553342.1)
*
*
In Increase JAVA Heap Size section below statement is incorrect.
 JAVA_EM_MEM_ARGS is not available in 12.1.0.2 version This is available
only  from 12.1.0.3 version


*Steps to modify the Java setting for versions prior to 12cR3 (12.1.0.3)*

emctl set property -name JAVA_EM_MEM_ARGS -value "<value>"
emctl stop oms -all
emctl start oms
Please note that this value gets seeded inside emgc.properties and is used
to start the OMS.  Please be careful setting this property as this would be
the property used by the OMS to start and the oms can fail to start if it
is not specified correctly.  Below is an example of the command:

emctl set property -name JAVA_EM_MEM_ARGS -value "-Xms256m -Xmx2048m
-XX:MaxPermSize=768M -XX:-DoEscapeAnalysis -XX:+UseCodeCacheFlushing
-XX:ReservedCodeCacheSize=100M -XX:+UseConcMarkSweepGC -XX:+UseParNewGC
-XX:+CMSClassUnloadingEnabled"

-Naga


--
//www.freelists.org/webpage/oracle-l


Other related posts: