cancel
Showing results for 
Search instead for 
Did you mean: 

Number of HTTP sessions that is limited to 100 - how to change it ?

Former Member
0 Kudos

Hello,

when I executed a program in back ground I got short dump : HTTP_NO_MEMORY" occurred

By research, I think that the cause is that the number of HTTP sessions is limited to 100

(in fact in my program I call another system by http call)

- how to change the number of HTTP sessions ? I have to change this parameters icf/max_handle_key ?

cosequences ?

Tks a lot,

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

Check parameters,

icm/max_threads

icm/max_conn

Also check,

Note 936835 - HTTP_NO_MEMORY runtime error when you call the WebService

Note 1326434 - HTTP_NO_MEMORY occurs while sending many WS calls

Regards

Juan

Former Member
0 Kudos

Hello,

tks for reply ...

where can I check this parameters ?

JPReyes
Active Contributor
0 Kudos

SMICM -> Goto -> Parameters -> (Display/Change)

Or via RZ10...

Regards

Juan

Former Member
0 Kudos

Hello,

I tried

icm/max_conn is set at 500

but I executed 580 call by report in background and run ok... Other idea ?

tks...

Answers (0)