Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Oracle SOA Suite 11g Performance Tuning Cookbook

You're reading from   Oracle SOA Suite 11g Performance Tuning Cookbook Featuring over 100 recipes, this handy cookbook will walk you through the different ways to optimize the performance of the Oracle SOA Suite 11g. Essential reading for administrators, developers, and architects.

Arrow left icon
Product type Paperback
Published in Jul 2013
Publisher Packt
ISBN-13 9781849688840
Length 328 pages
Edition 1st Edition
Arrow right icon
Toc

Table of Contents (19) Chapters Close

Oracle SOA Suite Performance Tuning Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
1. Identifying Problems FREE CHAPTER 2. Monitoring Oracle SOA Suite 3. Performance Testing 4. JVM Memory 5. JVM Garbage Collection Tuning 6. Platform Tuning 7. Data Sources and JMS 8. BPEL and BPMN Engine Tuning 9. Mediator and BAM 10. Rules and Human Workflow 11. SOA Application Design 12. High Performance Configuration Index

Setting Xmx and Xms to the same value


Setting the Xmx and Xms parameters configures the maximum (mx) and minimum (ms) sizes of the heap; setting them to the same value fixes the heap to a pre-determined size.

Getting ready

You will need to have Oracle SOA Suite 11g installed for this recipe. This command is the same whether you're using the Hotspot or the JRockit JVM.

How to do it…

To configure your Xmx and Xms parameters, perform the following steps:

  1. Navigate to the domain's home directory:

    cd %MIDDLEWARE_HOME%/user_projects/domains/soa_domain/
    

    Replace soa_domain with the relevant domain, as required.

  2. Within the bin folder, you will see a number of scripts. Depending on your platform, you will need to edit a different file—setSOADomainEnv.cmd on Windows; setSOADomainEnv.sh on Linux. Note that it is a good idea to make a backup of these files before editing them.

  3. Open the file and locate the following section:

  4. In DEFAULT_MEM_ARGS and PORT_MEM_ARGS, set the value of Xms and Xmx parameters to your...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime