Memory usage in OS is more than the max heap size in the tra file.

Memory usage in OS is more than the max heap size in the tra file.

book

Article ID: KB0089547

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
Description:

============
When monitoring memory usage by executing the OS command or reviewing the memory usage in the Admin GUI, memory OS memory exceeds the max heap size in the tra file.

Environment:
==========
ALL

Resolution:
=========
When you see the memory utlization through commands like  top, it shows the memory occupied by the whole process. This includes the size of the Code, Stack, and also the Heap, so the amount of memory usage reported by  top does not show just the Heap size alone. We only control the size of the Heap (dynamic memory allocated by the process at run time ) and it is up to the OS to control Code and Stack usage.

References:
==========
http://www.rsinc.com/services/techtip.asp?ttid=3514

Issue/Introduction

Memory usage in OS is more than the max heap size in the tra file.