Specifies the initial size of the shared memory block allocated by the run-time system.
Restriction: These tunables are supported for native COBOL only.
Syntax:
>>-----set shared_memory_segment_size=---integer-----------><
Parameters:
integer
|
Specifies the initial size of the shared memory block allocated by the run-time system, in bytes. The minimum value you can specify is 8192 (8 K).
|
Properties:
Default:
|
65536 (64 K)
|
IDE equivalent:
|
NoneUse the
Application.config file of the project - right-click the file in Solution Explorer and click
Open, then select the
Run-time Configuration tab.
|