HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel tunables and memory allocation
Operating System - HP-UX
1833883
Members
1931
Online
110063
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
10-06-2008 10:31 AM
10-06-2008 10:31 AM
Kernel tunables and memory allocation
Hello,
Is there a kernel tunable to allow a specific application to use a determined amount of memory, is their a maximum an application can allocate ? I'm also thinking performance wise - should I use any guideline not to "over-allocate" memory segments and maybe lose performance elsewhere?
Oh and, how can I determine how big is a memory segment !?
Thanks in advance ... !
Is there a kernel tunable to allow a specific application to use a determined amount of memory, is their a maximum an application can allocate ? I'm also thinking performance wise - should I use any guideline not to "over-allocate" memory segments and maybe lose performance elsewhere?
Oh and, how can I determine how big is a memory segment !?
Thanks in advance ... !
Programmers are tools to convert cafeine into code.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 10:35 AM
10-06-2008 10:35 AM
Re: Kernel tunables and memory allocation
maxdsiz
maxtsiz
maxsziz
and their 64 bit counterparts.
user usage of these maximums can be controlled by ulimit
These tunables are limits not pre-allocations
maxtsiz
maxsziz
and their 64 bit counterparts.
user usage of these maximums can be controlled by ulimit
These tunables are limits not pre-allocations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 11:42 AM
10-06-2008 11:42 AM
Re: Kernel tunables and memory allocation
The kernel tunables affect *ALL* programs. For a specific application, you can start the application with a shell wrapper script that uses ulimit to set a particular value. However, the vast majority of programs do not behave well (as in: crash) when they do not get their memory allocated. If you cannot control the applications (ie, configure the memory used by the applications) then the only solution is to double or triple the amount of RAM on the machine. HP-UX is a virtual memory machine so with lots of swap, you can run many more processes than will fit into RAM. Of course, everything will run very, very slowly.
Bill Hassell, sysadmin
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP