What is the differrence between mem usage of BW:getmemoryusage andmemory of process:getProcess()?

What is the differrence between mem usage of BW:getmemoryusage andmemory of process:getProcess()?

book

Article ID: KB0092003

calendar_today

Updated On:

Products Versions
TIBCO Hawk -
Not Applicable -

Description

Resolution:
Methods - > GetMemoryUsage is used to get the memory used by JVM, and it is JVM level memory.
From Hawk, the method Process:getprocess() which will give 'Mem Usage' (Memory usage in kilobytes) is OS level momery usage info.

Issue/Introduction

What is the differrence between mem usage of BW:getmemoryusage andmemory of process:getProcess()?