Additional heap memory parameters
The heap memory parameters specify the amount of memory Installation Manager can use during the installation process. The heap memory pool sizes that are used by Installation Manager are hardcoded defaults. If these defaults are not sufficient for your environment, you can specify different values by adding parameters to the Installation Managerconfig.ini file.
Important: These additional parameters are required only if you are experiencing
Out Of Memory errors during the installation process.
The following parameters can be added:
memoryMin=user.sb.INSTALL_<OS>_INIT_HEAP.<amount_of_memory>
memoryMax=user.sb.INSTALL_<OS>_MAX_HEAP.<amount_of_memory>
<OS>
is your operating system and
<amount_of_memory>
is the specified amount of memory.Operating System | Parameter | Example Entry |
---|---|---|
Linux® | Initial Heap Size INSTALL_LINUX_INIT_HEAP |
memoryMin=user.sb.INSTALL_LINUX_INIT_HEAP.3072m |
Maximum Heap Size INSTALL_LINUX_MAX_HEAP |
memoryMax=user.sb.INSTALL_LINUX_MAX_HEAP.3072m |
|
AIX® | Initial Heap Size INSTALL_AIX_INIT_HEAP |
memoryMin=user.sb.INSTALL_AIX_INIT_HEAP.3072m |
Maximum Heap Size INSTALL_AIX_MAX_HEAP |
memoryMax=user.sb.INSTALL_AIX_MAX_HEAP.3072m |
|
Windows | Initial Heap Size INSTALL_WIN_INIT_HEAP |
memoryMin=user.sb.INSTALL_WIN_INIT_HEAP.3072m |
Maximum Heap Size INSTALL_WIN_MAX_HEAP |
memoryMax=user.sb.INSTALL_WIN_MAX_HEAP.3072m |