-1

I have a VPS running a Ubuntu 16.04.1 LAMP stack and I recently started getting a problem where MySQL (MariaDB) will stop working (the static content from my sites is still served, but the database is down). I suspect it might be lack of memory because it is only a 512MB droplet. But I don't know how I could confirm that is the issue and I don't want to upgrade my VPS unless I know that is the problem. Also my client reports that most of the time when this happens it is when they are uploading a batch of pictures to their photo gallery. I looked in the Apache logs and didn't see anything that stood out to me.

1 Answers1

3

The way to solve this problem, like many others is to be well informed.

  • Look in all of your logs for relevant information.
  • Install monitoring and gather data. -- Correlate the data gathered with observed problems.
  • Apply Scientific Method

It really is that straightforward.

user9517
  • 117,122