HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory Usage Q: When does a Process Use Memory...
Operating System - HP-UX
1825774
Members
2029
Online
109687
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
02-17-2004 12:39 AM
02-17-2004 12:39 AM
Or are they the same? If I have an SHM Segment that is close to RealMEM, why do I still see a memory swap?
Just trying to understand how the HP-UX Virtual Memory Management works and differs from the other dialects and Linux/Win32.
Also, would anyone have an explanation (layman?) that I can pass on to users asking what is happening with memory?
Links.. whitepapers.. any relevant info.. please.
Thanks.
Just trying to understand how the HP-UX Virtual Memory Management works and differs from the other dialects and Linux/Win32.
Also, would anyone have an explanation (layman?) that I can pass on to users asking what is happening with memory?
Links.. whitepapers.. any relevant info.. please.
Thanks.
Hakuna Matata.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 12:49 AM
02-17-2004 12:49 AM
Re: Memory Usage Q: When does a Process Use Memory Swap? Device Swap?
A process will reserve the swap space when started. Ic case it is to be swapped, it will have space available.
Check documents in /usr/share/doc. It has a good document on memory management.
Check documents in /usr/share/doc. It has a good document on memory management.
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 01:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 01:03 AM
02-17-2004 01:03 AM
Re: Memory Usage Q: When does a Process Use Memory Swap? Device Swap?
Hi Nelson,
When a process is started, system will make sure there is enough space available in swap and reserves it in case it has to page it out later. So if you configure the swap space less than the physical memory, system will not be able to bring up more process than the swap space available.
For systems with large memories, you can enable swapmem_on parameter so that at the boot time, kernel will allot 75% of physical memory as swap. This is only for calculation purposes and the system will think that it has a swap space equal to device_swap+75%_of_physical_memory at the time of bootup. This will make it to bring up more processes. %used in memory row of swapinfo -t means it is no longer available for reservation and it means the device swap figures are used to accommodate the reservation. It happens when the kernel used the memory for dynamic allocation or those pages are being locked. This does not mean it is holding the pages that got paged out.
Only device|filesystem swap is used to hold the pages.
-Sri
When a process is started, system will make sure there is enough space available in swap and reserves it in case it has to page it out later. So if you configure the swap space less than the physical memory, system will not be able to bring up more process than the swap space available.
For systems with large memories, you can enable swapmem_on parameter so that at the boot time, kernel will allot 75% of physical memory as swap. This is only for calculation purposes and the system will think that it has a swap space equal to device_swap+75%_of_physical_memory at the time of bootup. This will make it to bring up more processes. %used in memory row of swapinfo -t means it is no longer available for reservation and it means the device swap figures are used to accommodate the reservation. It happens when the kernel used the memory for dynamic allocation or those pages are being locked. This does not mean it is holding the pages that got paged out.
Only device|filesystem swap is used to hold the pages.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
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