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
03-01-2001 06:27 AM
03-01-2001 06:27 AM
memory
swap??? thanks..Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2001 06:45 AM
03-01-2001 06:45 AM
Re: memory
Swap space is an area on disk that temporarily holds a process memory image.
Example: when you got out of physical memory a process will use swap space.
Some mechanisms determine which process must be in physical memore or on swap.
Regards,
Patrice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2001 06:48 AM
03-01-2001 06:48 AM
Re: memory
Programs already in RAM with a lower priority get swapped to disk when a higher priority job needs memory space.
This answer can get more complicated depending on how involved of an answer you want.
If this does not answer the question, please ask a more detailed question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2001 06:54 AM
03-01-2001 06:54 AM
Re: memory
Physical memory are actual cards that plug into your server/workstation. In an ideal world this is all your machine would use (for memory), but as in most things the world is not an ideal place.
To basically extend the amount of memory in a system so that more programs and applications can run, swap is used. Swap is an area on a disk(s) that the system uses to temporarily store data so that other applications can use the physical memory. When the swapped data is needed it is pulled back into phyical memory.
As you can imagine, when the system must swap out data it slows things down a bit - physical memory is very fast, but writing to and reading from the disk is relatively much slower.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2001 08:52 AM
03-01-2001 08:52 AM
Re: memory
swap is used as part of the virtual memory system (which hpux is as are all unix systems).
Have a read of the file called :-
/usr/share/doc/mem_mgt.txt
it's on all 10.X and higher machines.