Parameter Short text
a) The Java session is saved during the VMC roll-out using a callback tothe Java VM. In rare cases, this is not immediately possible (forexample, when a memory bottleneck causes a wait for the end of a sharedgarbage collection). Within the VMC, the VM in question is deactivatedfor a short period (known as a sleep). To prevent the roll-out frombeing delayed too often, a maximum number of delays can be defined here.Once this is reached, the VM moves to the state "PRIVATE" and processingis resumed when the next request is edited. b) All other delays can also be limited. The request must be canceledonce this number is reached. The parameter values must be specified using the following syntax:vmcj/max_inline_sleeps = [ROLL_OUT=<(><<)>number1> , ] [NORMAL=<(> <<)>number2> ] Examples vmcj/max_inline_sleeps = NORMAL=60, ROLL_OUT=10 If the value -1 is specified, the number of delays is unlimited. Work area Parameter unit Default value |