- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Decrease memory usage
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-18-2007 12:19 AM
10-18-2007 12:19 AM
Decrease memory usage
While it coming up ( check points ),getting crashed due to less memory space availability
How can i manage my memory usage for bring down the load on memory.
regards
praveen muttikkal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2007 01:11 AM
10-18-2007 01:11 AM
Re: Decrease memory usage
What version of HP-UX are you running? What is the model of the computer you are using. How much RAM do you have? What version of Oracle are you running? Without this information, it is not possible to give a useful recommendation.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2007 03:43 AM
10-18-2007 03:43 AM
Re: Decrease memory usage
For one oracle instance use
maximum 1/3rd of total unix memory
for sga.
For multiple oracle instances use
50% of total unix memory (approportionated
between x instances)
For a basic Oracle instance you can try:
db_block_size = 4096
open_cursors = 200
max_enabled_roles = 30
db_block_buffers = 7500
shared_pool_size = 64000000
large_pool_size = 12000000
java_pool_size = 25971520
log_checkpoint_interval = 122880
log_checkpoint_timeout = 7200
With this most basic configuration in your
parameter file it should not crash.
Although, there is one but, you need
to check the size of your redo logs
can handle transaction volume.
Otherwise performance will be bad.
Please check your alert log for messages
and check the redo cycle is at least 5 minutes apart.
IF you need more explaination let us know:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2007 04:07 AM
10-18-2007 04:07 AM
Re: Decrease memory usage
The posting you made so far lost too much in interpretation / translation
Also check the ALERT LOG frot the DB for further details and context for the error.
You may want to include arelevan chunk (a few lines before and after the error) from the alert log in a future reply, or attach that as a text file to a reply.
You may also want to provide a little more details on the scenario and pertinent details.
- Did it ever work?
- What changed? What did not change? :-)
- How much memory? New / more consumers
Good luck,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2007 03:43 PM
10-18-2007 03:43 PM
Re: Decrease memory usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2007 07:12 PM
10-18-2007 07:12 PM
Re: Decrease memory usage
Are you using 11.23 ? if you are using 11.23 there was ways to reduce your memory load.
Common misconfigured hpux resources
http://docs.hp.com/en/5992-0732/5992-0732.pdf
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2007 02:04 AM
10-19-2007 02:04 AM
Re: Decrease memory usage
Thanks for what?
We are curious... such that we can help others, and perhaps our own customer better should this happen again.
What was the problem / solution?
What was the actual error?
Is it the suggestions here to look in detail at the error message(s) which helped you to solve the problem yourself?
The '2' and '3' points awards ('thanks for playing but no thanks') suggests to me something completely different was happening.
What is/was the meaning of the riddle: "getting crashed due to less memory space availability"
Regards,
Hein.