cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP_NO_MEMORY

former_member208595
Active Participant
0 Kudos

Hello Experts,

I am getting error HTTP_NO_MEMORY for Z program.

one of the SDN forum thread says about parameter "icf / max_handle_key " but I am not able to find this parameter in rz11 or rz10.

We are on ECC 6.0 SR3 ( No additional SP after SR3 installation).

I have already applied note 0001326434 but no success.

Please help us to where i will change the mentioned above parameter . We are facing this issue in the Production system

View Entire Topic
claudiageissler
Explorer
0 Kudos

Hello Asish,

I am also interested in the solution. Could you please post the solution of this problem?

Thank you, regards,

Claudia

mo2
Explorer

Hello Claudia,

I have had the following problem:
The application server establishes many HTTP sessions without closing them. The maximum number of open HTTP sessions is defined with the system parameter icf / max_handle_key. Default value is 100 HTTP sessions (report RSPARAM).

You should close HTTP sessions with the standard method CLOSE () after using 😉

I hope this help!

regards,

Ouelid