HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- top troubles!!
Operating System - HP-UX
1832511
Members
4745
Online
110043
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
01-02-2005 10:00 PM
01-02-2005 10:00 PM
top troubles!!
Hi All,
I have a 11.0 with 5GB memory
1 - when I start top in the field MEMORY I have:
Memory: 650668K (218448K) real, 578820k (274444k) virtual, 1139916k free
Could you explain me this field... I got some infos on itrc but I'm really confused...
2 - always with top I have 4 oracle proc in sleep with a size 1850 MB!!!!!!! It's dangerous??? ( in attach the top's output)
the field SIZE: is the allocated mem of that proc or is the maximum size that the proc can reach???
Really thanks in advance!
L.F
I have a 11.0 with 5GB memory
1 - when I start top in the field MEMORY I have:
Memory: 650668K (218448K) real, 578820k (274444k) virtual, 1139916k free
Could you explain me this field... I got some infos on itrc but I'm really confused...
2 - always with top I have 4 oracle proc in sleep with a size 1850 MB!!!!!!! It's dangerous??? ( in attach the top's output)
the field SIZE: is the allocated mem of that proc or is the maximum size that the proc can reach???
Really thanks in advance!
L.F
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2005 10:22 PM
01-02-2005 10:22 PM
Re: top troubles!!
Hi Lorenzo,
From the manual:
1 - "Memory Data
Includes virtual and real memory in use (with the amount of memory considered "active" in parentheses) and the amount of free memory.
2 - "SIZE
Total virtual size of the process in kilobytes. This includes virtual sizes of text, data, stack, uarea, mmap regions, shared memory regions and IO mapped regions.
You have such a big SIZE value because of values defined at the following init.ora parameters:
shared_pool_size = ?
db_block_buffers = ?
Best Regards,
Eric Antunes
From the manual:
1 - "Memory Data
Includes virtual and real memory in use (with the amount of memory considered "active" in parentheses) and the amount of free memory.
2 - "SIZE
Total virtual size of the process in kilobytes. This includes virtual sizes of text, data, stack, uarea, mmap regions, shared memory regions and IO mapped regions.
You have such a big SIZE value because of values defined at the following init
shared_pool_size = ?
db_block_buffers = ?
Best Regards,
Eric Antunes
Each and every day is a good day to learn.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2005 10:30 PM
01-02-2005 10:30 PM
Re: top troubles!!
To see if you have a shared_pool_size well defined, execute the following query:
select name, bytes/1024/1024 "Free Size in MB"
from v$sgastat
where name='free memory';
I think that if the free size is more than 20% of shared_pool_size, then you may reduce it...
Eric
select name, bytes/1024/1024 "Free Size in MB"
from v$sgastat
where name='free memory';
I think that if the free size is more than 20% of shared_pool_size, then you may reduce it...
Eric
Each and every day is a good day to learn.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2005 11:39 PM
01-02-2005 11:39 PM
Re: top troubles!!
Hi
Top is a fun aide memoire but if you need real memory data go to
ftp://eh:spear9@hprc.external.hp.com/memory.htm
The information and tools are top class
Steve Steel
Top is a fun aide memoire but if you need real memory data go to
ftp://eh:spear9@hprc.external.hp.com/memory.htm
The information and tools are top class
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
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