Products | Versions |
---|---|
TIBCO Designer | - |
Not Applicable | - |
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%