Friday 10 May 2013

How to Change Default Memory Arguments in SOA


  • If you want to change default Memory Settings in SOA and Customize them according to your Admin and Managed Servers.
Increase Heap size memory in SOA Server follow below steps:

  1. Backup for setSOADomainEnv.sh (/user_projects/domain/<soa_domain_name>/bin/setSOADomainEnv.sh
  2. Update setSOADomainEnv.sh 
          Find - Below Values in setSOADomainEnv.sh:
            DEFAULT_MEM_ARGS="-Xms512m -Xmx1024m"
            PORT_MEM_ARGS="-Xms768m -Xmx1536m"

        Replace With - Below Custom Values:
       # line to specify different Xmx and Xms values to soa_server.
      if [ "${SERVER_NAME}" = "soa_server1" ] ; then
    DEFAULT_MEM_ARGS="-Xms2048m -Xmx2048m"
    PORT_MEM_ARGS="-Xms2048m -Xmx2048m"
      elif [ "${SERVER_NAME}" = "" ] || [ "${SERVER_NAME}" = "AdminServer" ]; then
            DEFAULT_MEM_ARGS="-Xms512m -Xmx512m"
      PORT_MEM_ARGS="-Xms512m -Xmx512m"
      fi

    3. Restart Admin and Managed Servers, Check new settings using below commands.

    4. ps -ef |grep AdminServer   and   ps -ef |grep soa_server1
    

1 comment:

  1. Do you understand there is a 12 word sentence you can speak to your partner... that will trigger deep feelings of love and instinctual appeal to you deep within his chest?

    That's because deep inside these 12 words is a "secret signal" that triggers a man's impulse to love, cherish and protect you with all his heart...

    12 Words Will Trigger A Man's Desire Response

    This impulse is so built-in to a man's genetics that it will drive him to try better than before to build your relationship stronger.

    Matter of fact, fueling this dominant impulse is absolutely mandatory to getting the best possible relationship with your man that as soon as you send your man a "Secret Signal"...

    ...You'll immediately notice him expose his soul and heart to you in such a way he never experienced before and he will recognize you as the one and only woman in the world who has ever truly understood him.

    ReplyDelete

What are the Default Directory Permissions in Weblogic 11G Enviroment

Most of the Development environment day to day issues with Directory Permissions? Below are the default permissions suggested by Oracl...