I'm running FreeBSD 7.2 64bit
I recently installed the APC opcode cache to help speed up PHP applications. I'm not sure if I'm reading 'top' stats correctly or not.
This is what 'top' looks like WITHOUT APC enabled :
After I enable APC, it appears that my apache processes double in size - or am I reading it wrong?
If I am right, APC is useless to me as I'm effectively reducing my apache "MaxClients" in half. Also have a look at the 'time' column in both pictures. With APC enabled, it grew to 2x the normal size in only a few pagwviews.
I recently installed the APC opcode cache to help speed up PHP applications. I'm not sure if I'm reading 'top' stats correctly or not.
This is what 'top' looks like WITHOUT APC enabled :

After I enable APC, it appears that my apache processes double in size - or am I reading it wrong?

If I am right, APC is useless to me as I'm effectively reducing my apache "MaxClients" in half. Also have a look at the 'time' column in both pictures. With APC enabled, it grew to 2x the normal size in only a few pagwviews.