
Parameter Description
icm/block_timeout specifies the maximum time a potential blocking action can last. Most I/O operations do not block and are therefore not controlled by icm/block_timeout.
An operation that is controlled by icm/block_timeout the wait time is when memory is allocated for data that is read from the network or from the back-end system, for example, for HTTP requests and HTTP responses.
If there is not sufficient memory available (limited by mpi/total_size_MB), the system waits until sufficient memory is available or the wait time exceeds the value defined in icm/block_timeout.


