Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Set Java options for servers started by Node Manager


If you use the Node Manager to start servers, do the following for each server instance:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Console, expand Environment and select Servers.
  3. In the Servers table, click the name of the server instance you want to configure.
  4. Select Configuration > Server Start.
  5. In the Arguments field, specify the Java options. If you specify multiple options, separate each option by a space.

    For more information, see:

    • weblogic.Server Command-Line Reference for information on the Java options that set runtime behavior of a WebLogic Server instance.
    • Using Start Scripts for detailed information on how JAVA_OPTIONS are combined and how duplicate values are handled.
    • The documentation that the JVM vendor provides for information on the Java options that other JVMs support.
  6. Click Save.
  7. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

After you finish

Restart the server.


Back to Top