- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Performance Tuning in RHEL5.4
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
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
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
тАО02-28-2011 11:14 AM
тАО02-28-2011 11:14 AM
Performance Tuning in RHEL5.4
I am running Oracle Database 10G on RHEL5 and the system is very slow.
A sytem Administrator made the following remarks:
Looks like we don't have Hugepages setup on our Linux systems. Because
when you do "cat /proc/meminfo" you don't see it there. And also this file
is not there: cat /proc/sys/vm/nr_hugepages
I don't know the implication of the remarks above.
If those remarks are a key for performance improvement, please show me how to implement it.
Best Regards,
Yaboto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2011 12:11 AM
тАО03-01-2011 12:11 AM
Re: Performance Tuning in RHEL5.4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-02-2011 10:33 AM
тАО03-02-2011 10:33 AM
Re: Performance Tuning in RHEL5.4
24 core systems (4 sockets) and 128GB Memory. Average SGAs ~ 40GB.
We're about 2 weeks old with 11G and on our biggest DB, we're experiencing hangs during heavy activity. One of the recommendations is to now implement huge pages.
But is there really a huge performance improvment with enabling huge pages? And if it is not enabled, oracle using default 4K pages - will it cause hangs?
Thinking that for our 50GB SGA server, a vm_nr_hugepages setting of 25600 should suffcie and setting memlock in limits.conf for oracle user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2011 01:06 PM - last edited on тАО08-25-2011 02:04 PM by Kevin_Paul
тАО03-11-2011 01:06 PM - last edited on тАО08-25-2011 02:04 PM by Kevin_Paul
Re: Performance Tuning in RHEL5.4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-11-2011 02:03 PM
тАО03-11-2011 02:03 PM
Re: Performance Tuning in RHEL5.4
sysctl.conf:
vm.nr_hugepages=21570
(Above value is for a 45GB SGA DB. It is in 2MB Pages of memory -- which is the size of a HugeMem Page. Adjust to your DB)
vm.swappiness=10
vm.dirty_background_ratio=3
vm.dirty_ratio=15
vm.dirty_expire_centisecs=500
vm.dirty_writeback_centisecs=100
Everything's kool so far with these tweaks. It'll make your Oracle load more efficient at dealing with memory as instead of thousands of small 2KB pages of memory, it will now just deal with a few of them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-12-2011 01:32 AM
тАО03-12-2011 01:32 AM
Re: Performance Tuning in RHEL5.4
So you will also need the following setting in sysctl.conf:
vm.hugetlb_shm_group=