Question
high memory and mysql disconnecting issues
Hi,
I careated LEMP 512MB droplet with ubuntu 17.04 and php 7.1. and i uploaded my laravel project on it.
i see high memory usage between 85% and 95%, after that I upgraded the droplet to 1GB.
after that i make swap to enable me to install Redis.
Now i face 2 problems:
First one is memory is still high. there are 2 attached images appear this issue with top process in memory.
Second problem mysql is disconnect usually and can’t restart mysql, i reboot the droplet to re work.
this problem related with cannot connect to mysql (DB_SOCKET=/var/run/mysqld/mysqld.sock).
how i can solve those?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
@kamaln7 @emestee @alastairc
Thank you for reply and assistance.
I like to tell you, I found the mistake in high memory, and I need your suggestion.
I make crontab to run queue:work in laravel
I comment it since 3 hours, here is a screen shot of droplet status:
Droplet Status
Now, how i can run queue:work in laravel without errors?
Regards,