- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- the max memory limit for 32-bit apps
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
05-27-2004 04:15 AM
05-27-2004 04:15 AM
We have an application that keeps giving us a core dump when the memory usage hits 1946 Mb. And we can repeat this error many many times.
And I believe I can change the maxdsiz kernel parameter to change this setting, correct?
Thanks
Arnold
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 04:19 AM
05-27-2004 04:19 AM
Re: the max memory limit for 32-bit apps
It is 3.75 GB only.It doesnt matter which is your OS.
Siju Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 04:35 AM
05-27-2004 04:35 AM
SolutionHowever, you must remember that this amount is SHARE AMONG ALL 32-bit programs. So if you have 1 program that is using 1.5GB, then that cuts down on the amount that other 32-bit programs can use.
If it all possible you should recompile this app as a 64-bit app. That all memory issues are effectively nullified.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2004 04:56 AM
05-27-2004 04:56 AM
Re: the max memory limit for 32-bit apps
The default (SHARE_MAGIC) is 1Gb (shared with the stack), EXEC_MAGIC defaults you to 2Gb (text/data/stack share), SHMEM_MAGIC is 1Gb with 3Gb for shared objects.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2004 02:27 AM
05-28-2004 02:27 AM
Re: the max memory limit for 32-bit apps
A good white paper to read is on using Memory Windows for 11.0. It applies also to 11i. HP-UX (32-bit) divides the 4GB address space into four quadrants, which can be used in different ways. This has some nice features and some drawbacks, but there are options combine some quadrants to get around the issues. Memory windows helps further so that applications sharing data may be able to get around the 1.75GB limit. Find it at:
http://www.docs.hp.com/hpux/onlinedocs/os/memwn1_4.pdf