IBM Version 52 Computer Accessories User Manual


 
Field / Description
Tuning Formula or Default Value
(Default value is provided if there is no
tuning formula)
v Linux 32-bit:
If memory allocated to the container node
is greater than or equal to 2036 MB, it
allocates 2036 MB. Else, if the memory
allocated to container node is lesser than
or equal to 512 MB, it allocates the
memory assigned to the container node.
v Linux 64-bit:
if (MEMORY_CONTAINER >= 2036,
MEMORY_CONTAINER, if
(MEMORY_CONTAINER <= 512, 512,
MEMORY_CONTAINER))
v Windows 32-bit:
If memory allocated to the container node
is greater than or equal to 1536 MB, it
allocates 1536 MB. Else, if the memory
allocated to container node is lesser than
or equal to 512 MB, it allocates the
memory assigned to the container node.
v Windows 64-bit:
if (MEMORY_CONTAINER >= 1536,
MEMORY_CONTAINER, if
(MEMORY_CONTAINER <= 512, 512,
MEMORY_CONTAINER))
v IBM iSeries OS/400:
If memory allocated to the container node
is greater than or equal to 2048 MB, it
allocates 2048 MB. Else, if the memory
allocated to container node is lesser than
or equal to 512 MB, it allocates the
memory assigned to the container node.
v IBM OS/390:
If memory allocated to the container node
is greater than or equal to 2048 MB, it
allocates 2048 MB. Else, if the memory
allocated to container node is lesser than
or equal to 512 MB, it allocates the
memory assigned to the container node.
Performance Management 143