How to specify initial JVM size for Designer, and Validateproject?

How to specify initial JVM size for Designer, and Validateproject?

book

Article ID: KB0089651

calendar_today

Updated On:

Products Versions
TIBCO Designer -
Not Applicable -

Description

Resolution:
Please use tibco.env.HEAP_SIZE to set the max heap memory for JVM.

Additionally you can add java.extended.properties=-Xms512m -Xmx512m
to improve garbage collection, for more information please refer to:
http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html

# Specifies the maximum Java heap size to allocate

java.heap.size.max %HEAP_SIZE%

Issue/Introduction

How to specify initial JVM size for Designer, and Validateproject?