0

I am on LAMP with Alternative PHP Cache (APC). It worked fine until yesterday when I updated the website and changed a few MySQL queries (I don't see how it would affect the APC opcode cache.)

Today I see that the load has increased on the server and I see in Alternative PHP Cache, that the uptime of APC is somewhere around 15 minutes and then it gets restarted.

At this point the APC cache is only about 20% full of the available 30 MB. Using for opcode cache only. During this 15 minutes the cache works fine (99,8% cache hits). After this unwanted restart the APC cache is empty. Why is it restarting? Where can I find the logs for it?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
hamlet
  • 65
  • 4

1 Answers1

0

It was a cPanel update that caused Apache to restart gracefully every 15 minutes.

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
hamlet
  • 65
  • 4
  • If you get a chance I was wondering if you could clarify what sort of cPanel update was causing Apache to gracefully restart every 15 minutes? – Brian Nov 18 '11 at 20:07