Operating System - Linux
1748101 Members
5406 Online
108758 Solutions
New Discussion юеВ

kernel tuning options for redhat box running a java backed app

 
SOLVED
Go to solution
Matt Shaffer_1
Regular Advisor

kernel tuning options for redhat box running a java backed app

My point of sales app is being reengineered to become a java driven gui. I'm running redhat E3 update4 - 1G mem - 3G processor. Java version is 1.4.2_08. What kernel parameters can I tune to get the most out of my server? Thanks
3 REPLIES 3
Derek Whigham_1
Trusted Contributor
Solution

Re: kernel tuning options for redhat box running a java backed app

Try this for starters

http://people.redhat.com/mbehm/RHEL_Tuning_Guide.pdf
Divide and Conquer
Ivan Ferreira
Honored Contributor

Re: kernel tuning options for redhat box running a java backed app

See also:

http://www.javaperformancetuning.com/
http://performance.netbeans.org/reports/gc/
http://developers.sun.com/techtopics/mobility/midp/articles/garbagecollection2/

Also, disable access time when mounting file systems.

You can recompile the kernel and select the exact processor type that you are using.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Matt Shaffer_1
Regular Advisor

Re: kernel tuning options for redhat box running a java backed app

. good articles provided in forum. thanks.