Re: T5200 - Ideal configuration
- From: ITguy <southallc@xxxxxxxxx>
- Date: Mon, 30 Jun 2008 18:37:08 -0700 (PDT)
On Jun 28, 2:53 pm, Kevin <kejos...@xxxxxxxxxxx> wrote:
We recently purchased couple of T5200 from Sun. We have Java J2EE
Application server (WebLogic) running on them and the OS is Solaris
10. Each server has 4 instances of WebLogic running on them. Since
5200 has 64 threads (which I think is overkill), is it possible to
break down 64 threads such that the OS gets 16 and each of the
WebLogic instances gets 12 (so basically 16+12+12+12+12) ?
I have read about processor sets and containers but I am note very
clear on the implementation. Not sure what is the right way to
approach this problem. I just want input from others to see what
approach they have taken with this setup.
Thanks,
Kevin.
Take a look here: http://www.sun.com/software/solaris/howtoguides/containersLowRes.js
The answer really depends on your requirements, with the solution
often using a combination of features. I prefer not to use processor
sets, because of the potential for wasted CPU cycles. Using the fair
share scheduler (FSS), you can assign CPU shares to projects and
zones. FSS will make all CPU cycles available to any process on the
system as long as there is no resource contention. Once there IS
resource contention, FSS kicks in to keep processes in check according
to the assigned number of shares.
.
- Prev by Date: Re: Why is Netscape 4.7x unbelievably slow on my Solaris 9 machine?
- Next by Date: Re: Solaris 10 x86 IPFILTER blockt nichts
- Previous by thread: Re: Format Hanging Solaris 10
- Next by thread: Re: T5200 - Ideal configuration
- Index(es):
Relevant Pages
|