MAX_MSG_SIZE - OMS configuration option
Description
The MAX_MESSAGE_SIZE option specifies the maximum message size allowed by the OMS server. Messages exceeding the limit will not be accepted by the server.
The MAX_MESSAGE_SIZE option supports a range of 6144000 bytes to 1073741824 bytes (1 gigabyte).
Usage
Method | Syntax | IBM i | HP NonStop | UNIX | Windows | z/OS |
---|---|---|---|---|---|---|
Configuration File Keyword | max_msg_size size [ unit ] |
Values
The size value specifies the maximum allowable size for messages.
The size value is specified in units of unit. Possible unit values are
Unit | Description |
---|---|
B | Bytes (the default) |
K | Kilobytes (1024 bytes) |
M | Megabytes (1048576 bytes) |
G | Gigabytes (1073741824 bytes) |
The unit value is case insensitive.
The maximum supported buffer size is 1G. The default is unit is B.
Default value is 6144000.