Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Clusters: Configuration: Overload

Configuration Options     Related Tasks     Related Topics

Use this page to configure the cluster-wide defaults that control how WebLogic Servers in this cluster should react in the case of an overload or failure condition.

Configuration Options

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:
OverloadProtectionMBean.SharedCapacityForWorkManagers

Minimum value: 1

Maximum value: 1073741824

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:
OverloadProtectionMBean.PanicAction

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:
OverloadProtectionMBean.FailureAction

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:
OverloadProtectionMBean.FreeMemoryPercentHighThreshold

Minimum value: 0

Maximum value: 99

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:
OverloadProtectionMBean.FreeMemoryPercentLowThreshold

Minimum value: 0

Maximum value: 99

Changes take effect after you redeploy the module or restart the server.

Related Tasks

Related Topics

 

Skip navigation bar   Back to Top