- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Virtual Memory and Swap Space
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
10-03-2002 11:15 PM
10-03-2002 11:15 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 11:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 11:40 PM
10-03-2002 11:40 PM
Re: Virtual Memory and Swap Space
Later they are taken back to memory on need.
This area of memory which is used on the disk is the virtual memory which is also called as swap space.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 11:44 PM
10-03-2002 11:44 PM
Re: Virtual Memory and Swap Space
http://www.usg.edu/OIIT/support/os/HP-UX_10.20/white_memman.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2002 02:56 PM
10-06-2002 02:56 PM
Re: Virtual Memory and Swap Space
they are not quite the same: take an Xclient like "dtterm" for example.
It uses some megabytes of virtual memory, but only a small part of it on real RAM, and maybe nothing really on swapspace! Most of its program code may never be used at all and is therefor never paged into RAM. It does account for virtual memory, though. And some of the pages used in RAM may not be needed any more and hence become "freed" from RAM without problem.
If you use the command "size" on a codefile, it will tell you the amount of virtual memory needed on its start, but as the programs data can grow, so will its virtual memory.
If the reason for your question is to learn about the size of your swap space, then the answer is quite simple:
Set the kernel parameter "swapmemon" to 1, then you'll only need swap space for 1/4 of your RAM!
I.e. 1GB of RAM, and 256MB of swap space would be fine.
HTH,
Wodisch