Go to main content

Oracle® SuperCluster M8 and SuperCluster M7 Administration Guide

Exit Print View

Updated: June 2020
 
 

Enable Domain-Level Enhancements

  1. Log in to the Oracle WebLogic Server Administration Console.
  2. Select Domain name in the left navigation pane.
  3. Click the General tab.
  4. In your domain home page, select Enable Exalogic Optimizations, and click Save.
  5. Activate changes.
  6. Stop and start your domain.

    The Enable Exalogic Optimizations setting collectively enables all of the individual features described in this table. The Startup Option indicates how to independently enable and disable each feature.

    Feature
    Options
    Description
    Scattered Reads
    Description
    Increased efficiency during I/O in environments with high network throughput
    Startup Option
    -Dweblogic.ScatteredReadsEnabled=true/false
    MBean
    KernelMBean.setScatteredReadsEnabled
    Gathered Writes
    Description
    Increased efficiency during I/O in environments with high network throughput
    Startup Option
    -Dweblogic.GatheredWritesEnabled=true/false
    MBean
    KernelMBean.setGatheredWritesEnabled
    Lazy Deserialization
    Description
    Increased efficiency with session replication
    Startup Option
    -Dweblogic.replication.enableLazyDeserialization=true/false
    MBean
    ClusterMBean.setSessionLazyDeserializationEnabled

    Note -  After enabling the optimizations, you might see this message: java.io.IOException: Broken pipe. You might see the same message when storage failover occurs. In either case, you can ignore the error message.

Related Information