zenmaster
09-17-2004, 06:56 AM
Whats the normal Memory usage for a server with these specs?
Athlonxp 2400
512 Meg ram
I only server static html pages, with no dynamic content. Currently my mem usage is at 89%!! Is this normal?
zenmaster
09-17-2004, 06:58 AM
Oh I forgot to mention Im using apache web server.
serverunion
09-17-2004, 10:25 AM
Depends on the load and number of sites running, upgrade memory if you are having issues.
Good luck
FireStormNET
09-17-2004, 11:52 AM
Originally posted by zenmaster
Whats the normal Memory usage for a server with these specs?
Athlonxp 2400
512 Meg ram
I only server static html pages, with no dynamic content. Currently my mem usage is at 89%!! Is this normal?
Have you tried tuning apache and mysql, this could possibly bring your mem usage back down to a more aceptable level.
Jim
Steven
09-17-2004, 01:51 PM
Depends, where are you getting the ram usage from? Linux caches ram for later use which makes it appear like its used up all ram.
Mike Bell
09-17-2004, 02:33 PM
I'd say sounds like something is def wrong. How many users you got hitting your stuff?
amusive.com
09-17-2004, 03:03 PM
You're not checking your memory usage right, probably. Type 'free' which will disclose how much of the memory in use is just buffered data, which you can safely count as free memory.
zenmaster
09-17-2004, 08:29 PM
Im a noob when it comes to server stuff. How do I tune apache mem usage?
zenmaster
09-17-2004, 08:49 PM
BTW just found this page http://aap.sourceforge.net/ does anyone have any experience with applying these optimized patches for apache? Will it break cpanel?