Show TOC

Background documentationicm/<PROT>/context_quota Locate this document in the navigation structure

 

This parameter is available for each of the possible protocols.

Protocol

Parameters

HTTP

icm/HTTP/context_quota

HTTPS

icm/HTTPS/context_quota

SMTP

icm/SMTP/context_quota

Using these parameters, for each protocol the context use in the backend (SAP system) can be restricted. You specify what percentage of all available contexts should be used for the corresponding protocol. In the SAP system, the maximum number of contexts in the system is restricted by the profile parameter value of rdisp/tm_max_no (this parameter restricts the maximum number of users per instance).

If this limit is exceeded, the requests are rejected in the ICM and are not passed on to the work process.

For more information, refer to: Processing HTTP Requests in the ABAP Work Process

Structure

Work area

Internet Communication Manager

Unit

Integer value (percent)

Standard value

90

Dynamically changeable

Yes

Value Range and Syntax

Possible values are whole numbers between -1 and 100.

Values between 0 and 100 indicate the percent, the value -1 deactivates the limit.

Example

Using setting icm/SMTP/context_quota = 20 you can specify that only 20% of the available contexts should be used for SMTP (mail functions). You therefore have more capacity for HTTP(S) requests.