Mufti-threaded RV application with high memory footprint.
book
Article ID: KB0089993
calendar_today
Updated On:
TIBCO Rendezvous
|
-
|
Not Applicable
|
-
|
Description
Description:
RV applications with many threads has a high memory footprint on Unix.
Symptoms:
Mufti-threaded RV applications have a high memory footprint.
Cause:
No MAX stack size threshold in library code.
Issue/Introduction
Mufti-threaded RV application with high memory footprint.
Resolution
Lower the stack limit at the shell level.
Example: You can set the stack limit to 256K on Linux by running the following command:
$ ulimit -s 256
or $ limit s 256K
Feedback
thumb_up
Yes
thumb_down
No