HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- memory allocation limit on HP-UX 11
Operating System - HP-UX
1827294
Members
2297
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-25-2001 02:51 AM
11-25-2001 02:51 AM
memory allocation limit on HP-UX 11
Hi,
i'm running HP-UX 11.00 on a machine with 4 cpu's and 4GB Ram (and 5GB of swap).
the system can only allocate ~700MB as a chunk.
i need to laocate a lot more then that to one process.
how do i change the limit?
i'm running HP-UX 11.00 on a machine with 4 cpu's and 4GB Ram (and 5GB of swap).
the system can only allocate ~700MB as a chunk.
i need to laocate a lot more then that to one process.
how do i change the limit?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2001 03:54 AM
11-25-2001 03:54 AM
Re: memory allocation limit on HP-UX 11
Hi Moshe
you need to check kernel param to have more then this chunk of info .
maxswapchunks
maxswapchunks sets the maximum amount of swap space that can be configured, system-wide.
maxdsiz and maxdsiz_64bit
maxdsiz and maxdsiz_64bit specify the maximum data segment size, in bytes, for an executing process.
maxssiz and maxssiz_64bit
maxssiz and maxssiz_64bit set the maximum dynamic storage segment (DSS) size in bytes
maxtsiz
maxtsiz specifies the maximum shared-text segment size in bytes
the param that you need to change it maxdsiz
but i didnt see the info about your kernel param.
please also see the link for info about kernel params : http://docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html
you need to check kernel param to have more then this chunk of info .
maxswapchunks
maxswapchunks sets the maximum amount of swap space that can be configured, system-wide.
maxdsiz and maxdsiz_64bit
maxdsiz and maxdsiz_64bit specify the maximum data segment size, in bytes, for an executing process.
maxssiz and maxssiz_64bit
maxssiz and maxssiz_64bit set the maximum dynamic storage segment (DSS) size in bytes
maxtsiz
maxtsiz specifies the maximum shared-text segment size in bytes
the param that you need to change it maxdsiz
but i didnt see the info about your kernel param.
please also see the link for info about kernel params : http://docs.hp.com//hpux/onlinedocs/os/KCparams.OverviewAll.html
love computers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2001 10:11 AM
11-25-2001 10:11 AM
Re: memory allocation limit on HP-UX 11
For a standard process, you can allocate up to 940 megs as a data area using system calls like malloc. This assumes you have adjusted the kernel fence called maxdsiz to at least 940. NOTE: it is a fence and not a magic enabler for your programs. If you set maxdsiz to 1800 megs, your program cannot request more than 940 until the program is changed to use EXEC_MAGIC.
If this is a shared memory area, there are a different set of rules and kernel parameters that you will need to adjust.
Before trying to use massive amounts of RAM, read the white paper in /usr/share/doc on memory managament. Note that to use all the capabilities (virtually unlimited memory addressing), your programs may have to be rewritten and certainly must be recompiled.
Bill Hassell, sysadmin
If this is a shared memory area, there are a different set of rules and kernel parameters that you will need to adjust.
Before trying to use massive amounts of RAM, read the white paper in /usr/share/doc on memory managament. Note that to use all the capabilities (virtually unlimited memory addressing), your programs may have to be rewritten and certainly must be recompiled.
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP