QUEUE SIZE THRESHOLD: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:QUEUE_SIZE_THRESHOLD}} | {{DISPLAYTITLE:QUEUE_SIZE_THRESHOLD}} | ||
Controls the size of the OS/2 | Controls the size of the OS/2 message queue. | ||
SET QUEUE_SIZE_THRESHOLD=<value> | SET QUEUE_SIZE_THRESHOLD=<value> | ||
==Parameter== | ==Parameter== | ||
; Value : Defines the number of messages which can be together at one time in the message | ;Value: Defines the number of messages which can be together at one time in the message queue. | ||
Standard: 3000 messages, Warp 3 before | ::Standard: 3000 messages, | ||
::Warp 3 before Fixpak 17: 100 messages. | |||
Value can be any full path. Relative paths are not allowed. | :Value can be any full path. Relative paths are not allowed. | ||
[[Category:Environment variable]] | [[Category:Environment variable]] |
Latest revision as of 00:33, 20 July 2020
Controls the size of the OS/2 message queue.
SET QUEUE_SIZE_THRESHOLD=<value>
Parameter
- Value
- Defines the number of messages which can be together at one time in the message queue.
- Standard: 3000 messages,
- Warp 3 before Fixpak 17: 100 messages.
- Value can be any full path. Relative paths are not allowed.