Configuration Options Related Tasks Related Topics
Use this page to configure how WebLogic Server should react in the case of an overload or failure condition.
Name | Description |
---|---|
Shared Capacity For Work Managers |
Total number of requests that can be present in the server. This includes requests that are enqueued and those under execution. The server performs a differentiated denial of service on reaching the shared capacity. A request with higher priority will be accepted in place of a lower priority request already in the queue. The lower priority request is kept waiting in the queue till all high priority requests are executed. Further enqueues of the low priority requests are rejected right away. MBean Attribute: Minimum value: Maximum value: Changes take effect after you redeploy the module or restart the server. |
Panic Action |
Exit the server process when the kernel encounters a panic condition like an unhandled OOME. An unhandled OOME could lead to inconsistent state and a server restart is advisable if backed by node manager or a HA agent. MBean Attribute: Changes take effect after you redeploy the module or restart the server. |
Failure Action |
Enable automatic forceshutdown of the server on failed state. The server self-health monitoring detects fatal failures and mark the server as failed. The server can be restarted using NodeManager or a HA agent. MBean Attribute: |
Free Memory Percent High Threshold |
Percentage free memory after which the server overload condition is cleared. WorkManagers stop performing overloadActions and start regular execution once the overload condition is cleared. MBean Attribute: Minimum value: Maximum value: Changes take effect after you redeploy the module or restart the server. |
Free Memory Percent Low Threshold |
Percentage free memory below which the server is considered overloaded. WorkManagers perform overloadAction once the server is marked as overloaded. MBean Attribute: Minimum value: Maximum value: Changes take effect after you redeploy the module or restart the server. |
![]() ![]() |