Program guide > (deprecated) Partitioning facility > Manage the partitioning facility environment
Deprecated feature: The partitioning facility (WPF) feature is deprecated. You can configure partitioning with WebSphere eXtreme Scale.
Scalability related configuration
This section shows configuration properties that you can change to handle the application which allocate 5,000 to 30,000 partitions. In general, you should keep the number of actual partitions to a minimum to ensure the cluster performance is not degraded. In addition, each attribute column has a footnote explaining how the attribute can be set.
Configuration
For a maximum tested configuration, 10,000 partitions spread across 30 application servers. Following are the recommended configuration changes.
Update core group coordinator settings using the wpfadmin parameter, updateCoreGroupCoordinators. Set the -numCoordinators option to 4, and set the -preferredCoordinatorServers to be on different physical nodes as described earlier.
Update the highly available (HA) manager service transport buffer setting for all servers in the cell using the wpfadmin parameter, updateHamConfig. Set the -buffer option to 20 and set the -cell to the name of the cell.
Change the maximum heap size for all servers in the cell to 512 and set the deployment manager's maximum heap size to as large as possible (1400 if you have the physical memory). This configuration can all be done through the administrative console and requires restarting all modified servers.
If you see OutOfMemory, JMXTimedOut, and other errors when running wpfadmin commands, try increasing the number of coordinators for the core group. This may be seen with large numbers of partitions.
Suggested Configuration for Various partition counts:
Partition Count Number of Coordinators 1000 2 5,000 2 10,000 3 Use the HA manager policy attribute to collocate coordinators exclusively on application servers located on different physical nodes (see wpfadmin).
- Proxy datasource management
To use Proxy DataSource support, create the proxy datasources from the administrative console, or use the wsadmin tool. WebSphere eXtreme Scale delivers two Java Database Connectivity (JDBC) providers for Proxy DataSource support. One is called Proxy DataSource JDBC Provider, which is for connecting to non-XA-capable data sources. The other is called Proxy DataSource JDBC Provider (XA), which is for connecting to XA-capable data sources.
Parent topic:
Manage the partitioning facility environment
Related tasks
Manage the partitioning facility environment
Related reference