Recommended ulimit settings for unix agent (AIX)
search cancel

Recommended ulimit settings for unix agent (AIX)

book

Article ID: 89497

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Recommended ulimit settings for unix agent (AIX)

Environment

Release: AOATAM99000-8.0-Automic-One Automation Tools-Application Manager
Component:

Resolution

Symptoms

The agent brokes with the following error message:

"Dump Event "systhrow" (00040000) Detail "java/lang/OutOfMemoryError" "native memory exhausted" received


Resolution

Use thefollowing settings for AIX agents:

 Data, memory, nofiles and stack shouldset to unlimited.

 ulimit -d unlimited

 ulimit -m unlimited

 ulimit -n unlimited

 ulimit -s unlimited

 

IBMrecommends also these settings for all java applications.

 http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.prftungd/doc/prftungd/java_tuning_aix.htm