(I wrote this at 3:20 AM so if anything doesn't make sense I apologize lol, i'll correct it in the morning)
Past 4 days I've been talking with Support trying to figure out the problem. I've constantly hit the memory usage max, been in the Black zone, and MaxClients are being hit. I've installed WP-Super-Cache, it helped with Load Average (which is usually around 0) but not memory issues. My site will fly one minute and then grind to a halt the next.
For example, tonight at 2:30 AM Central my site was at 100% Memory Usage, in the Black Zone, and was taking 10+ minutes to load, it did this 3 or 4 times tonight. Now it's 3 AM and everything is perfectly fine. Support increased MaxClients to 25 but it still gets hit and he doesn't want to increase it anymore, they're suggesting that I go Dedicated but I'm not sure my site (or wallet) is ready for that.
I checked through SSH and saw that "spamd" is taking up the most memory,
what is spamd??23808 root 16 0 27604 24m 2288 S 0 4.8 0:00.51 spamd
23815 popuser 16 0 27604 23m 1024 S 0 4.6 0:00.00 spamd
28481 apache 16 0 39992 21m 3100 S 0 4.2 0:01.04 httpd
24393 apache 16 0 39944 21m 3092 S 0 4.1 0:00.85 httpd
32639 apache 16 0 39576 20m 3096 S 0 4.1 0:00.43 httpd
29986 apache 16 0 39544 20m 3088 S 0 4.1 0:00.43 httpd
32636 apache 16 0 39536 20m 3088 S 0 4.1 0:00.42 httpd
I get 900-1000 visits a day, it's not a very busy site, at the most I've had on the site at one time was maybe 50 and that was rare. I'm just lost because I don't know what the problem is, I moved my site from *another company* Shared plan with absolutely no downtime for a year (until they shut me down for server load issues) to a VPS Server and now my site runs crappier?
I want to explain a little bit about what's on my site so you can tell me if this is what's causing the problems.
http://www.RockItPro.comIt's a Wordpress blog site for my Hip-Hop beats, as you can see I have 7 "blog entries" (or beat entries) down the middle of the page on each of the 35 pages, so each page has to load:
1) 7 Podpress players (a plugin)
2) 7 WP-Ratings ( a plugin)
3) 14 "L" and "E" icons (with Javascript enabled you can hover over those L and E icons and a box will popup)
4) Top 10 Beats (a php call from the WP-Ratings plugin)
5) Latest Posts (SF-Forum plugin, this takes up quite a bit of queries)
Is all this just too much? Would all this stuff cause Memory Usage issues or would it be something else?
Here's the code I put in for each beat blog entry:
<script src="http://www.rockitpro.com/wp-admin/js/wz_tooltip.js" type="text/javascript"></script>
<table border="0" width="460">
<tr>
<td align="left" valign="top" width="110">[display_podcast]</td>
<td align="right" valign="top" width="310"><a href="http://ww11.aitsafe.com/cf/add.cfm?userid=D886658&product=The%20Only%20One-%20LEASE&price=30.00&return=www.rockitpro.com" onmouseover="Tip('$30.00 - Purchase Leasing Rights and use this beat for basic radio/performance use and commercial, profitable gain for up to 2,000 copies sold of your album, mixtape, or other product.')"><img src="http://rockitpro.com/wp-content/themes/acosmin-v3/images/lease.gif" border="0" /></a><a href="http://ww11.aitsafe.com/cf/add.cfm?userid=D886658&product=The%20Only%20One-%20EXCLUSIVE&price=700.00&return=www.rockitpro.com" onmouseover="Tip('$700.00 - Purchase Exclusive Rights and use this beat for all profitable, commercial purposes without any limitations. Also guarantees that the beat will no longer be sold or offered for download to anyone else.')"><img src="http://rockitpro.com/wp-content/themes/acosmin-v3/images/exclusive.gif" border="0" /></a></td>
</tr>
</table>
<p align="left">100 BPM. Synth heavy joint with a smooth/club vibe over upbeat drums, airy pads, and deep bass.</p>
I don't know what info to give you guys to help you help me lol, so just ask me what you need and I'll post it here.