hizibiz wrote:

Gurus,

I'll be running a medium size server ( its dual Xeon with 512 MB of RAM ) for a web based processing system which will run postgress, apache and tomcat ( the application will be JSP based ) with around 20 - 60 simutaneous users. The database may have around 80 tables. Some tables may have maximum 50000 records but most of them will have less than 20000 records.

I plan the follwing parititioning scheme for the server. Pls comment.

1. swap       ---- 1024 MB
2. /          ----  500 MB
3. /boot      ----  250 MB
4. /home      ---- 2450 MB
5. /usr       ---- 4000 MB
6. /usr/local ---- 1250 MB
7. /opt       ---- 1500 MB
8. /var       ---- 7000 MB

Another opinion from a developer.


/       1GB-1.5GB
Swap    256MB
/mnt1   16GB
/mnt2   18GB

Compile everything by hand. Especially for postgresql, hand tuning is better than tons of RPMS spread across. At least personally I think so.

You may not choose to install compilers on this machine. So get a identical software development machines where you can compile your own packages and install.

HTH

Shridhar



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to