views:

174

answers:

3

When requesting hardware for a WebLogic server, what hardware would best improve its performance? Should I give it lots of memory, CPU, fast hard drives? The OS is going to be Redhat 4 either Standard or Enterprise.

+2  A: 

Memory is cheap. Give it as much as you can. 4 gigs is what, $50?

Adam Jaskiewicz
+1  A: 

That of course depends alot on what type of applications you run on the server. I know that our Weblogic portal eats quite alot of memory (10+ gigs) while other apps make due with alot less.

Andreas R
+1  A: 

Depends on the applications you deploy on it. It's impossible to answer, given that we know nothing about the apps deployed, the hardware you have, and the myriad settings available on a typical Java EE app server.

More is always better. Supply the most memory, the biggest hard drives, the fastest multicore processors you can afford.

duffymo