View Single Post
  #6 (permalink)  
Old March 10th, 2008, 16:09
chrisplough's Avatar
chrisplough chrisplough is offline
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 847
Blog Entries: 7
Thanks: 53
Thanked 205 Times in 124 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: Oracle Application Server running out of memory

You're welcome.

I use the notation $OTM_HOME, simply to reference the OTM install directory. This variable doesn't need to be defined within your environment for OTM to startup. So, you should be fine.

After restarting OTM, you can verify that the memory values have increased by watching the $OTM_HOME/logs/oas/console.log file. The Java GC statements should look like this:
Code:
[Full GC 1024447K->815040K(2048896K), 3.4803020 secs]
Where 2048896K is the amount of memory assigned to OAS.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Reply With Quote