Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-28-2011, 10:00 AM
|
#1
|
Member
Registered: Mar 2010
Location: INDIA (chennai)
Distribution: centos
Posts: 271
Rep:
|
is this enough for a webserver of 200 clients
Hi all,
This is my server configuration.
Hard Disk - 500 GB
RAM - 3GB
Processor - intel core 2 quad ( 4 numbers). each one of four cores.
We have an application hosted thorough tomcat and accessed via apache through mod_jk connector.
There would be around 200 clients accessing our application in future.
My question is, is this configuration enough for our requirement.
Because some times java process eating about 70% of my memory.
This thing what is making me to concern.
So Kindly post your suggestions.
|
|
|
04-28-2011, 10:41 AM
|
#2
|
Member
Registered: Apr 2011
Location: Jakarta, Indonesia
Distribution: Fedora, CentOS
Posts: 122
Rep:
|
--
3GB RAM for Tomcat?
I believe you will need way more gigs than that. I would start with 8GB.
|
|
|
04-28-2011, 04:28 PM
|
#3
|
LQ Guru
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS, Manjaro
Posts: 6,057
|
Tomcat server
My company has deployed an application server using that kind of package. We used P4 processors with 512 MB ram and 80 Gig hard drives running Fedora (now moved to CentOS). Roughly one for every thousand users. NONE of the data was local, there was NO cgi, all data connections to the (much beefier back end data server) were ODBC.
Java is a pig, and tomcat can be nasty, but it depends on what you are DOING with it. Keep it lean and fast, and you can do much more with less. One thing to note (as mentioned above) is that even well designed java seems to accumulate memory and never fully release it.
I tried to talk my developers to either dropping Apache ( it does nothing for us that Tomcat alone could not do) or moving to a lighter front-end like lighttpd that can handle heavier loads with fewer threads and in less memory, but no one was interested.
Last edited by wpeckham; 04-28-2011 at 04:30 PM.
|
|
|
All times are GMT -5. The time now is 11:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|