- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Resident vs Virtual Memory
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
Discussions
Discussions
Discussions
Forums
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
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-2005 06:28 PM
тАО10-03-2005 06:28 PM
I am looking at Glance and notice that there are some processes with enormous amounts of "Virtual Memory", while at the same time having very low "Resident Memory".
Eg:
Process Name Res Mem Virt Mem
ora_pmon_txcxadb 8.7MB 795.8MB
What's up with that? That doesn't sound right??
Or this one:
Process Name Res Mem Virt Mem
java 42.9MB 712.6MB
That doesn't seem right to me.
Can someone please give suggestions as to why the huge discrepancy from what one might typically expect?
Can folk please shed some light on how resident and virtual memory impact physical and swap memory. (we do not have pseudo swap turned on, but do have 30GB of swap memory for a system with 14GB physical memory)
Thank you
- Andrew Gray
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2005 06:32 PM
тАО10-03-2005 06:32 PM
Re: Resident vs Virtual Memory
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=463908
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2005 06:56 PM
тАО10-03-2005 06:56 PM
Re: Resident vs Virtual Memory
This column reflects the amount of physical memory currently allocated to each process. This is also known as the "resident set size" or RSS. A process can have a large amount of virtual memory allocated (as indicated by the SIZE column) but still be using very little physical memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2005 07:22 PM
тАО10-03-2005 07:22 PM
SolutionVIRT -- Virtual Image (kb)
The total amount of virtual memory used by the task. It includes
all code, data and shared libraries plus pages that have been
swapped out.
VIRT = SWAP + RES.
SWAP -- Swapped size (kb)
The swapped out portion of a task's total virtual memory image.
RES -- Resident size (kb)
The non-swapped physical memory a task has used.
RES = CODE + DATA.
CODE -- Code size (kb)
The amount of physical memory devoted to executable code, also
known as the 'text resident set' size or TRS.
DATA -- Data+Stack size (kb)
The amount of physical memory devoted to other than executable
code, also known as the 'data resident set' size or DRS.
SHR -- Shared Mem size (kb)
The amount of shared memory used by a task. It simply reflects
memory that could be potentially shared with other processes.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2005 07:23 PM
тАО10-03-2005 07:23 PM
Re: Resident vs Virtual Memory
http://docs.hp.com/en/1218/mem_mgt.html
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2005 07:24 PM
тАО10-03-2005 07:24 PM
Re: Resident vs Virtual Memory
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=712845
You can resident and virual information for a process with top utility using RES and SIZE fields.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2005 07:25 PM
тАО10-03-2005 07:25 PM
Re: Resident vs Virtual Memory
[OVERVIEW OF PHYSICAL AND VIRTUAL MEMORY]
A good document to get an overview of memory.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2005 07:29 PM
тАО10-03-2005 07:29 PM
Re: Resident vs Virtual Memory
2 good urls
http://www.hp.com/products1/unix/java/infolibrary/tools/
ftp://eh:spear9@hprc.external.hp.com/memory.htm
It is explained there with options
The first one is mainly based on java performance analysis ut still valid
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-03-2005 09:25 PM
тАО10-03-2005 09:25 PM