- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Out of Memory error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 05:34 AM
04-21-2006 05:34 AM
We sometime see "Out of Memory" error on WebLogic Server 7.0 running on HPUX 11i.
Appreciate if someone can share any inputs.
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 05:41 AM
04-21-2006 05:41 AM
Re: Out of Memory error
This can arise from insufficient swap space (for a process's swap reservation) or from insufficient (usually) data stack space ('maxdsiz' or 'maxdsiz_64' for 32-bit and 64-bit processes respectively).
I'd examine swap utilization with:
# swapinfo -tam
I'd use 'kmtune -l' to ascertain the kernel paramter settings mentioned.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 06:03 AM
04-21-2006 06:03 AM
Re: Out of Memory error
Keep in mind that HP recommends 2xRAM worth of device swap.
So if you are running 4 GB of RAM, you should have 8 GB of DEVICE SWAP (not including swapmem).
Oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 11:28 AM
04-21-2006 11:28 AM
SolutionIf so, there are many restrictions on the size of the program and how it was compiled. Start with the kernel parameter maxdsiz which governs the maximum data area for a 32bit program. Unless changed, it is either a paltry 64megs or (still small) 512megs. Use SAM to change maxdsiz to about 1800megs. Also make sure that maxdsiz_64 is larger than maxdsiz, perhaps 2x larger.
Now if the WebLogic program is a 32bit program but was not compiled to as an EXEC_MAGIC program, it cannot grow larger than 960megs in the data area. WebLogic support should be able to help with compiler options (if available).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 11:39 AM
04-21-2006 11:39 AM
Re: Out of Memory error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 03:18 PM
04-21-2006 03:18 PM
Re: Out of Memory error
What is your physical and virtual memory size ?
You can use # /opt/ignite/bin/print_manifest to find out.
Also, have you applied latest patches for Java on HP-UX and Weblogic 7.0 ?
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2006 05:28 PM
04-21-2006 05:28 PM
Re: Out of Memory error
swapinfo -mat
kernel settings for
maxdsiz and maxdsiz_64bit
maxtsiz and maxtsiz_64bit
maxssiz and maxssiz_64bit