How to increase OACORE memory in R12.2

 Need to check OS admin first to ensure system has sufficient 'free RAM' before changing Heap Size. 

Login to Console

http://myserver.cn.com:<admin Port>/console/

Go to the below section.

Domain Configurations > Environment > click the link "Servers"

On right side will see  Configuration > "Customize this table"

 




   Click  >     oacore_server1

   Click  Server Start ("Sub Tab")

   Click Lock & Edit

   Go to Arguments

 

  Entry like this.

  -Xms512m -Xmx1024m -Djava.security.policy=/../fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy

 

  Change to

 

  -Xms1024m -Xmx2048m -Djava.security.policy=/.../fs1/FMW_Home/wlserver_10.3/server/lib/weblogic.policy

Click the 'Save' button to save the configuration changes.

Once the customizations are complete and saved, click the 'Activate Changes' button in the 'Change Center' panel to activate the changes.

Retest the performance


Specially during Downtime autoconfig can also be modified


s_oacore_jvm_start_options in the $CONTEXT_FILE and re-run autoconfig

There isn't a necessity to make any changes in the Patch FS.

When changes done in Run FS and start the adop patch cycle by running adop phase=prepare, the CCD (Configuration Change Detector) will be invoked and

it will compare the configuration files and will take care of implementing the necessary changes.



Comments

Popular posts from this blog

How to drop index and before dropping it how to get the DDL.

PRVG-11250 : The check "RPM Package Manager database" was not performed because

ORA-00257:archiver error, connect internal only until freed

Verifying Daemon “Avahi-Daemon” Not Configured And Running …FAILED (PRVG-1360)

Linux OL7/RHEL7: PRVE-0421 : No entry exists in /etc/fstab for mounting /dev/shm

SKIP DNS RESLOV.CONF CHECK DURING RAC CONFIGURATION

CPU Patch Analysis

How to troubleshoot Long Running Concurrent Request in EBS 12.2

How To Manage Space of The FRA in the Oracle DB

How to write to a CSV file using Oracle SQL*Plus