Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Appendix B Configuration Tasks : Changing the Stack Size

Changing the Stack Size
To address the high memory usage requirements of TIBCO API Exchange Gateway server, it is recommended to set a smaller stack size, for example 256 KB. This can be done in the following ways
To Permanently Change the Stack Size
1.
   /etc/security/limits.conf
2.
*   soft stacksize 256
*   hard stacksize 256
To Temporarily Change the Stack Size
You can change the stack size for the current session at the command line. To do so type a command like the following at a command prompt:
   ulimit -s 256
The above command sets the stack size to 256 KB for the current session only.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved