HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- memory allocation
Operating System - HP-UX
1834727
Members
2685
Online
110070
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
Go to solution
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
07-14-2006 08:42 AM
07-14-2006 08:42 AM
What are the limitations the OS has on allocating memory to an application-
Is there a limitation (ex. if you had 4 Gig, or 16 Gig base memory) ?
Is there a limitation (ex. if you had 4 Gig, or 16 Gig base memory) ?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 08:51 AM
07-14-2006 08:51 AM
Solution
I am assuming you are talking about the data size allocated for the application. You can see how much space is allocated for the user which is logged in under by running the command
ulimit -a
for more information on usage of memory, you can find many discussions from earlier times on the subject by making an advanced search on forums. One from my favorite links is here :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=902772
Hope this helps
ulimit -a
for more information on usage of memory, you can find many discussions from earlier times on the subject by making an advanced search on forums. One from my favorite links is here :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=902772
Hope this helps
________________________________
UNIX because I majored in cryptology...
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 08:52 AM
07-14-2006 08:52 AM
Re: memory allocation
Hi,
Look at the http://docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html
Look at maxdsiz parameter
HTH
Look at the http://docs.hp.com/en/939/KCParms/KCparams.OverviewAll.html
Look at maxdsiz parameter
HTH
Entities are not to be multiplied beyond necessity - RTFM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2006 09:24 AM
07-14-2006 09:24 AM
Re: memory allocation
You essentially have two limits and the amount of physical has nothing to do with it. 1) The maximum size of the data segment which is determined by the kernel tunable maxdsiz (or maxdsiz_64bit for a 64-bit application). There are some more "gotcha's" especially with 32-bit applications. Unless some special linker options are used, the data segment can be no larger than 1 quadrant -- which for 32-bit applications is 1GiB. Also, maxssiz also sunbtracts from this available pool. 2) The total virtual address space which is determined by the amount of swap space available.
Now the amount of physical memory will have enormous impact upon how well the application will run but not directly upon the limits to which it can allocate memory.
To add to the confusion, HP-UX also has something called pseudoswap (which isn't swap) but allows 75% of the physical memory to be used in the VAS calculation. It is really only intended for boxes which have much more memory than swap space.
Now the amount of physical memory will have enormous impact upon how well the application will run but not directly upon the limits to which it can allocate memory.
To add to the confusion, HP-UX also has something called pseudoswap (which isn't swap) but allows 75% of the physical memory to be used in the VAS calculation. It is really only intended for boxes which have much more memory than swap space.
If it ain't broke, I can fix that.
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP