Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP SSLO
Opened: Mar 15, 2021 Severity: 3-Major
Restjavad can restart due to an OutOfMemoryError. If this occurs while SSL Orchestrator is in the process of deploying a change, it can lead to corruption of the configuration.
The configuration may fail to persist to MCP, and the shared iAppLX blocks used by SSL Orchestrator will can be set to error state.
This can occur when the platform in use has insufficient memory with and has a relatively large number of configuration objects.
Give restjavad extra memory, using the following commands. The example below allocates 2 GB of extra memory to restjavad: tmsh modify sys db restjavad.useextramb value true tmsh modify sys db provision.extramb value 2000 bigstart restart restjavad
None