- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP_UX 11 runtime memory issue
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
08-19-2008 12:51 AM
08-19-2008 12:51 AM
HP_UX 11 runtime memory issue
The application is a 32 bit HP_UX binary (compiled and linked as 32 bit)
The application is crashing after some point where the runtime memory size exceeds 1.8 GB.
But the same application is running without any crash in other platforms like Solaris, Linux etc.
(The same application has been compiled/linked for Solaris and Linux also)
And we have configured some of the HP system environment parameters like follows
maxdsiz 3221225472
maxdsiz_64bit 17179869184
maxssiz 83886080
maxssiz_64bit 83886080
%ulimit -Sa
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 163840
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 200
% ulimit -Ha
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) 163840
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) 2048
Also We have configured _M_ARENA_OPTS with the following values
1:32 ,
1:256,
1:512,
1:1024,
1:2048,
1:4096.
But even after changing the _M_ARENA_OPTS values with each of the above values, the application is crashing.
If you have experienced this kind of problem in HP-UX , can we please help us to rectify this problem?
Many thanks.
- Tags:
- LDAP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2008 01:55 AM - edited 05-19-2012 12:41 PM
08-19-2008 01:55 AM - edited 05-19-2012 12:41 PM
Re: HP-UX 11 runtime memory issue
Unless you are threaded, you shouldn't be using _M_ARENA_OPTS.
Your question seems exactly like this recent thread:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1260374
If this isn't your colleague, you need to answer the same questions there.