Setting Java Heap Space in Weblogic Server

25,166

For Admin Server this can be done in $domain_home/bin/setDomainEnv.sh (most likely corresponding bat if you use Windows) script, for managed servers via Weblogic console.

Share:
25,166

Related videos on Youtube

LGAP
Author by

LGAP

Updated on November 02, 2021

Comments

  • LGAP
    LGAP over 2 years

    I have my Java EE web application deployed and running in Weblogic server.

    If I want to set min and max arguments like this, Xms100m Xmx500m, where should I change this?

    Whether in Weblogic 10.0MP server (if so, where) or while building the application in IDE?

  • LGAP
    LGAP almost 12 years
    Can you tell where exactly in weblogic console for managed servers?
  • Mikko Maunu
    Mikko Maunu almost 12 years
    I do not remember exactly and these things tend to change from version to other. But here it is told in details: blogs.oracle.com/imc/entry/…