
Parameter
vmcj/sgc_options
Short text
Configure VMC options for the shared garbage collection
Parameter Description
You can use this parameter to control the behavior of the Virtual Machine Containers (VMC) while a shared garbage collection (SGC) is being configured. The following options are possible:
TEMPLATE_CLEANUP
This sets that the template VM performs a garbage collection before a new VM is created The advantage of this is that the created VM contains no rubbish.
DELAY_SESSION_CLEANUP
This option delays the deletion of Java sessions for a SGC. This helps in reducing the workload during an SGC.
Syntax
vmcj/sgc_options = [TEMPLATE_CLEANUP] [,] [DELAY_SESSION_CLEANUP]
Examples
vmcj/sgc_options = TEMPLATE_CLEANUP
vmcj/sgc_options = TEMPLATE_CLEANUP, DELAY_SESSION_CLEANUP
Caution
The default setting of these options is inactive. Since the achieved effects strongly depend on the individual configuration of the VMC, these options should only be used after consulting SAP.
Application Area
VMC
Default Value
No specification (the options are not active)


