How do I increase WebLogic Server memory?

devquora
devquora

Posted On: Nov 26, 2022

 

You can increase WebLogic Server memory by Changing the JVM Heap Size with the help of the following steps:

Step 1: Expand your WebLogic domain (for example, PeopleSoft) and click Environment, then Servers.

Step 2: Select the managed server you intend to modify.

Step 3: Select the Configuration tab and the Server Start sub-tab.

Step 4: Update the Arguments field.

Step 5: Click Save.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Weblogic Interview Questions

    How does a server know when another server is unavailable?

    WebLogic Server monitors socket errors to check the availability of a server instance. As an example, if server instance A1 has associate degree open socket to server instance B1, and also the socket ...

    Weblogic Interview Questions

    How can I set deployment order for applications?

    You can set the deployment order of a Startup class, follow the instructions in Configure startup classes....

    Weblogic Interview Questions

    How do stubs work in a WebLogic Server cluster?

    Clients that are connected to a WebLogic Server cluster obtain a replica-aware stub for the object. This stub contains the load balancing logic for distributing the load among its host servers. The st...