MySQL takes forever after running certain php scripts... optimization help?

Posted by DFischer on Server Fault See other posts from Server Fault or by DFischer
Published on 2010-04-12T19:05:27Z Indexed on 2010/04/12 19:13 UTC
Read the original article Hit count: 234

Filed under:

When I run a couple scripts from the vBulletin software (like uninstalling a plugin) it takes forever.

When monitoring the memory usage, it shows this =>

-/+ buffers/cache: 158 381 Swap: 255 10 245

It seems that MySQL is only using a certain amount and once it does it tries to use the swap instead?

I have a 512MB slice and right now my key buffer is at 16M and max_allowed_packet is at 16M.

Is there something else I should increase or can I increase those variables and still be safe?

Thanks.

© Server Fault or respective owner

Related posts about vbulletin