IBM Version 52 Computer Accessories User Manual


 
Field / Description
Tuning Formula or Default Value
(Default value is provided if there is no
tuning formula)
Initial Heap Size (MB)
Controls the initial size of a Java heap
allocated to the container JVM.
Based on your operating system and
architecture, the parameters are provided in
the following list:
v HP-UX 32-bit: (HP-
UX.INIT_HEAP_CONTAINER)
v HP-UX 64-bit: (HP-UX-
64.INIT_HEAP_CONTAINER)
v IBM AIX 32-bit:
(AIX.INIT_HEAP_CONTAINER)
v IBM AIX 64-bit: (AIX-
64.INIT_HEAP_CONTAINER)
v Sun Solaris 32-bit:
(SunOS.INIT_HEAP_CONTAINER)
v Sun Solaris 64-bit: (SunOS-
64.INIT_HEAP_CONTAINER)
v Linux 32-bit:
(Linux.INIT_HEAP_CONTAINER)
v Linux 64-bit: (Linux-
64.INIT_HEAP_CONTAINER)
v Windows 32-bit:
(Windows.INIT_HEAP_CONTAINER)
v Windows 64-bit: (Windows-
64.INIT_HEAP_CONTAINER)
v IBM iSeries OS/400:
(OS400.INIT_HEAP_CONTAINER)
v IBM OS/390:
(OS390.INIT_HEAP_CONTAINER)
tuning.properties Property:
[operating
system].INIT_HEAP_CONTAINER
Based on your operating system and
architecture, the formulae are provided in
the following list:
v HP-UX 32-bit:
If memory allocated to the container node
is greater than or equal to 3068 MB, it
allocates 3068 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 HP-UX 64-bit:
if (MEMORY_CONTAINER >= 3068, 3068,
if (MEMORY_CONTAINER <= 512, 512,
MEMORY_CONTAINER))
v IBM AIX 32-bit:
if (MEMORY_CONTAINER >= 3068,
MEMORY_CONTAINER, if
(MEMORY_CONTAINER <= 512, 512,
MEMORY_CONTAINER))
v IBM AIX 64-bit:
if (MEMORY_CONTAINER >= 3328,
MEMORY_CONTAINER, if
(MEMORY_CONTAINER <= 512, 512,
MEMORY_CONTAINER))
v Sun Solaris 32-bit:
if (MEMORY_CONTAINER >= 3900, 3900,
if (MEMORY_CONTAINER <= 512, 512,
MEMORY_CONTAINER))
v Sun Solaris 64-bit:
if (MEMORY_CONTAINER >= 1536,
MEMORY_CONTAINER, if
(MEMORY_CONTAINER <= 1024, 1024,
MEMORY_CONTAINER))
140 Sterling B2B Integrator: Performance Management