- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- System Performance
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
Forums
Discussions
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
Discussion Boards
Community
Resources
Forums
Blogs
The core node you are trying to access is permanently deleted.
- 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
07-21-2009 04:40 PM
07-21-2009 04:40 PM
Kindly help in this regard.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2009 09:18 PM
07-21-2009 09:18 PM
Re: System Performance
if you are running oracle its normal that the memmory is used to 100%, in our company we are uzing HP-UX + oracle servers, and some servers was permanently overloaded, and used 100% of memory and also swap, this was the reason ( the same as in your case ) that the performance gone down, after reconefiguration of Oracle parameters from Application team, the performance is very in good state.
So maybe some DBA should check the memory parameters in control file.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2009 02:57 AM
07-22-2009 02:57 AM
SolutionHow about some free output here.
If buffers have been zeroed out you may actually be out of memory.
Ways to go:
1) Buy more memory.
2) Set Oracle SGA to more realistic levels
3) Check for I/O hot spots and make sure redo, index and data are located on raid 1.
PSP is not necessary for normal Oracle operation. You might find more up to date firmware on that CD.
http://www.hpux.ws/?p=8
The leak detector, might be able to tell you which process is eating a lot of memory.
Oracle 9i might need a patch. Memory leaks are so common in Oracle they are considered a standard feature. Sort of like a bad clutch in a stick shift car.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2009 06:43 AM
07-22-2009 06:43 AM
Re: System Performance
Thanks and I will update later.