- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: RAM upgrade & kernel parameters
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
11-24-2003 04:06 PM
11-24-2003 04:06 PM
RAM upgrade & kernel parameters
If i upgrade the RAM on a K570 server, say from 1.5 GB to 2.5 GB, do i have to tune the kernel(parameters) ??. If so, what are they & by what extent they should be tuned ??
Thanks & Regards,
Ramesh.K.R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 04:15 PM
11-24-2003 04:15 PM
Re: RAM upgrade & kernel parameters
why are you upgrading the RAM on that machine?
how is the performance on that machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 04:19 PM
11-24-2003 04:19 PM
Re: RAM upgrade & kernel parameters
But this does allow you to raise shmmax which makes all those shared memory happy database applications run better.
shmmax can be up to 25% of total memory, which is defined as swap plus ram.
You also need to make sure swap is adequate. To hold a dump it must be at least 50% of ram. For a properly tuned system, probably 1.0 to 1.5 times RAM.
You probably have nothing to worry about. My guess is you are upgrading RAM to deal with a slow system, which might have too much swap.
I'm adding a performance data collection script that might be useful in tuning.
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
11-24-2003 04:27 PM
11-24-2003 04:27 PM
Re: RAM upgrade & kernel parameters
Thanks for your really quick response. I was also of the same openion. But, i wanted to cross check. We are increasing the RAM to get better performance from the application we have loaded on the m/c.
Regards,
Ramesh.K.R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 05:18 PM
11-24-2003 05:18 PM
Re: RAM upgrade & kernel parameters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2003 05:59 PM
11-24-2003 05:59 PM
Re: RAM upgrade & kernel parameters
There are some parameters which are to be tuned for the application installation/performance.
If your application is running slow
I would suggest to check the parameters like maxusers,nproc,semaphore related kernel paramters which takes up too much initial memory on the system(locked memory).
Just check whether those parameters are really required so large values.
One of the parameters like buffer cache as pointed out above can be reduced.
This is a big subject to work thru'.Any parameters tuning should be done one by one and check the results for performance.
What application you are running?
Is your OS running 32 bit?
Is the system crunching for memory ?
If this is for that then upgrade the RAM.Put some extra swap and monitor the applicaiton.
How about the processor time usage.YOu can use
sar -u to find that out.
check the I/o of the application.
Revert