Dear All,
We are running performance testing for our application. When we run for 400 users, it failed in lot of use cases.
While i go through the log, informix is not allowing new connection.
Physical memory of the server is 20GB RAM.
Error in Log;
08:01:08 hpkaioaddseg: ASYNC_ADDSEG failed, errno = 11 Resource temporarily unavailable
08:01:08 create_tcb: cannot allocate memory
08:01:08 (2030) connection rejected - too many users, or invalid user name
08:01:08 listener-thread: err = -25571: oserr = 0: errstr = : Cannot create a user thread.
Configuration of nettype;
NETTYPE soctcp,8,300,NET
NETTYPE ipcshm,1,300,CPU
Segmant summary:
R :- 6329466880
V :- 6144000000
M :- 3248128
Total :- 12476715008
Please give me some idea to solve this issue. Is it because of configuration or web logic connection pool?
Thanks,
RV