Book Image

VMware vRealize Orchestrator Cookbook

By : Daniel Langenhan
Book Image

VMware vRealize Orchestrator Cookbook

By: Daniel Langenhan

Overview of this book

Table of Contents (15 chapters)
VMware vRealize Orchestrator Cookbook
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Tuning Java


This recipe shows how to increase the Java heap size so that Orchestrator performs better by making better use of the allocated memory resources.

Getting ready

First of all, we need more virtual memory allocated to the VM on which Orchestrator is running.

Then, we need to be able to log in to the operation system, that is, log in to Windows (RDP) or Linux (SSH).

How to do it...

Depending on the version of Orchestrator you have, you need to follow one set of instructions or the other.

Windows

  1. Log in to the Windows operating system of your Orchestrator.

  2. Stop the vCenter Orchestrator Server service.

  3. Open explorer and navigate to C:\Program Files\VMware\Orchestrator\app-server\bin.

  4. Make a copy of the wrapper.conf file as a backup.

  5. Open the wrapper.conf file using Notepad.

  6. Find the wrapper.java.maxmemory=2048 line.

  7. The heap size is given in MB; change the setting to an appropriate setting and save the file.

  8. Start the vCenter Orchestrator Server service.

Linux

This how-to is for vCO 5.5 and higher...