How to change the total available memory setting in Tibco Data Virtualization (TDV) through composite_server.sh?
book
Article ID: KB0082511
calendar_today
Updated On:
TIBCO Data Virtualization
|
7.0.5
|
Description
How to change the total available memory setting in Tibco Data Virtualization (TDV) through composite_server.sh?
Introduction
This document describes how to modify the total available memory size through composite_server.sh file.
Issue/Introduction
How to change the total available memory setting in Tibco Data Virtualization (TDV) through composite_server.sh?
Resolution
Add the flag below to composite_server.sh and restart the server again.
MAX_MEMORY=-Xmx<heapSizeInGB>g
For example to set the total available memory or the heap size to 50 GB, add this:
MAX_MEMORY=-Xmx50g
Feedback
thumb_up
Yes
thumb_down
No