Announcement

Collapse
No announcement yet.

Weblogic startup time

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Weblogic startup time

    Hi All,
    The weblogic consumes 3 hrs to start,as it point to a DB which is not in our local network.Can anyone help me in hot so reduce the time.
    I have set the following entry in startweblogic.cmd file:
    set MEM_ARGS=-XX:MaxPermSize=128m -Xms200m -Xmx256m
    Please let me know at the earliest .
    Thanking in advance.
    Regards,
    Nikesh.

  • #2
    Re: Weblogic startup time

    Nikesh,

    You're running into multiple issues here.

    First, the OTM DB must be on the same local network as your OTM Web and App instances in order to achieve acceptable performance.

    Second, you'll need to allocate much more memory to the OTM Web and App instances in order for it to run correctly. The minimum for -Xms and -Xmx is 1024m and many clients aren't able to run through all their scenarios unless more is allocated. I consider 1500MB as the starting point and 2000MB as recommended. Keep in mind that you'll need to have enough physical memory -- for a combined OTM Web/App server, this usually equates to a minimum of 4GB with a recommended 8GB of physical memory.

    Thanks,
    Chris
    Chris Plough
    twitter.com/chrisplough
    MavenWire

    Comment

    Working...
    X