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