Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Partition Work Manager: Configuration

Configuration Options     Related Tasks     Related Topics

Use this page to define the configuration of this Partition Work Manager.

NOTE: WebLogic Server Multitenant domain partitions are deprecated in WebLogic Server 12.2.1.4.0. The related Console and help pages will be removed in the next release.

Configuration Options

Name Description
Name

The name of this Partition Work Manager.

MBean Attribute:
PartitionWorkManagerMBean.Name

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

Shared Capacity

Total number of requests that can be present in the server for a partition, as a percentage of the sharedCapacityForWorkManagers attribute value in the OverloadProtectionMBean. This includes requests that are enqueued and those under execution.

MBean Attribute:
PartitionWorkManagerMBean.SharedCapacityPercent

Minimum value: 1

Maximum value: 100

Fair Share

A desired percentage of thread usage of that partition compared to the thread usage of all partitions.

MBean Attribute:
PartitionWorkManagerMBean.FairShare

Minimum value: 1

Maximum value: 99

Minimum Threads Constraint

This imposes an upper limit on the number of standby threads that can be created for satisfying minimum threads constraints configured in a partition.

MBean Attribute:
PartitionWorkManagerMBean.MinThreadsConstraintCap

Minimum value: 0

Maximum value: 65534

Maximum Threads Constraint

The maximum number of concurrent requests that the self-tuning thread pool can be processing on behalf of a partition at any given time.

MBean Attribute:
PartitionWorkManagerMBean.MaxThreadsConstraint

Related Tasks

Related Topics


Back to Top