Mufti-threaded RV application with high memory footprint.

Mufti-threaded RV application with high memory footprint.

book

Article ID: KB0089993

calendar_today

Updated On:

Products Versions
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