I am new to Linux..I have a WP site installed in my 512MB Linode. OS is Centos 32 bit. A basic LAMP server.
I did a load impact test on my site and monitored the server load and RAM usage for upto 50 clients.
The user load time is flat at 3s from 1 to even 50 users...thanks Linode..
Here is the log of server load and RAM usage,
Code:
[root@*** ~]# free -m
total used free shared buffers cached
Mem: 497 490 7 0 0 13
-/+ buffers/cache: 476 21
Swap: 255 107 148
[root@**** ~]# uptime
07:51:13 up 6 days, 15:55, 1 user, load average: 0.45, 0.34, 0.19
Since the RAM usage is maxed out, am I limited to just 50 simultaneous user connections..If I have a few sites like this, will it crash the server (XEN server). What is the maximum load average I can use without being warned by Linode of excessive CPU usage?
P.S. I can still use cache plugins and CDN to minimize the load..But, as a raw site, I would like to understand the Linode system.
thank you!