Are your mysql and applications deployed on the same machine? I see that your mysql takes up a lot of memory. If you read and write mysql frequently, both the memory and the CPU will be very stressed. It is recommended that you separate mysql and applications first Deployment.
Are your mysql and applications deployed on the same machine?
I see that your mysql takes up a lot of memory. If you read and write mysql frequently, both the memory and the CPU will be very stressed.
It is recommended that you separate mysql and applications first Deployment.