Web Response Time agent shuts down unexpectedly

The problem: If the Web Response Time agent shuts down unexpectedly, the kt5agent process might have reached the maximum Soft Limit on its Data Segment.

The solution: Increase the data segment size memory limit.

On AIX, the default Soft data limit is 131 megabytes. Verify using the following command:
-bash-2.05b# ulimit -S -a
core file size        (blocks, -c) 1048575
data seg size         (kbytes, -d) 131072
file size             (blocks, -f) unlimited
max memory size       (kbytes, -m) 32768
open files                    (-n) 2000
pipe size          (512 bytes, -p) 64
stack size            (kbytes, -s) 32768
cpu time             (seconds, -t) unlimited
max user processes            (-u) 262144
virtual memory        (kbytes, -v) unlimited

Modify the /etc/security/limits file to change the data segment size memory limit to unlimited (in the limits file, change the data seg size to value of -1 to set it as an unlimited value).

On any operating system, if the value of data seg size is too low, the agent may shut down unexpectedly if it needs more memory than has been allocated. For further information, see Redbook.