
Parameter
rdisp/max_vm_sgc_lazy_time
Short text
Maximal time for a VM to contribute to a shared garbarge collection
Parameter Description
Clearing up ‘shared closures’ happens in the VMC (Virtual Machine Container) in the framework of a ‘Shared GC’ (SGC). If this is triggered then all existing VMs have to participate. VMs that are currently executing a Java program are notified by an event and usually participate in the SGC immediately. But there is also the situation where this is not the case. A maximum time period can be configured so that individual VMs cannot stop an SGC indefinitely. If this is exceeded by a VM then it is restarted.
Application Area
VMC
Parameter Unit
You can make a specification with or without a time unit. If you do not specify a time unit, seconds is used as the unit. Otherwise, you can specify M for minutes, H for hours, or D for day. There can be spaces between the value and the unit.
Examples
300 300 Seconds
2 M 2 Minutes
3H 3 Hours
Default Value
600
Who is permitted to make changes?
Customer
Operating System Restrictions
None
Database System Restrictions
None
Values allowed
n [unit] where
• n >= 0
• Unit = S | M | H | D


