- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dm_oracle fails to run - heap size crossed high wa...
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
10-05-2009 05:26 AM
10-05-2009 05:26 AM
dm_oracle fails to run - heap size crossed high water mark.
dm_malloc(18111):WARNING ->heap size(95670) CROSSED high water mark(78623) .
Does anybody know which kernel parameter that I can tune to rectify thie problem.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 05:48 AM
10-05-2009 05:48 AM
Re: dm_oracle fails to run - heap size crossed high water mark.
The "heap" equates to 'maxdsiz' for 32-bit processes and to 'maxdsiz_64bit' for 64-bit ones.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 05:50 AM
10-05-2009 05:50 AM
Re: dm_oracle fails to run - heap size crossed high water mark.
Unlikely to be HPUX dependent.
Maybe SHMMAX, but I really doubt it.
Check the configuration files?
# view $PIN_HOME/sys/dm_oracle/pin.conf ??
Check out Oracle forums like:
http://forums.oracle.com/forums/thread.jspa?threadID=625560 ?
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 06:03 AM
10-05-2009 06:03 AM
Re: dm_oracle fails to run - heap size crossed high water mark.
You wrote:
>> Seem to get the following error
The message indicates:
"WARNING ->heap size(95670) CROSSED high water mark(78623) . "
That's a WARNING. The most it ever used was xxx and became yyy.
Is that a problem?
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 06:46 AM
10-05-2009 06:46 AM
Re: dm_oracle fails to run - heap size crossed high water mark.
Also is dm_oracle a 32 or 64 bit application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2009 05:42 PM
10-05-2009 05:42 PM
Re: dm_oracle fails to run - heap size crossed high water mark.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 06:41 AM
10-06-2009 06:41 AM
Re: dm_oracle fails to run - heap size crossed high water mark.
This may just be an informational message. I would hope Oracle could tell you that.