Wordpress web site not working

0

I have a wordpress iste, and it just crashed, the server is intermittent and sometimes I can't access it. romariadiscos.com.br

feita há um ano279 visualizações
4 Respostas
0

Hi, let me ask you some questions. Did you check the server's memory? What instance are you using to run wordpress? Is that an EC2 instance? Are you using apache for the server?

respondido há um ano
0

Hello! I am using ligthsail 1 GB RAM, 1 vCPU, 40 GB SSD. I'm a little newbie in the subject, but ligthsail seemed very practical.

respondido há um ano
0

Sorry to hear that, as a newbie you should not face this kind of situation. Rember we learn from the mistake or accidents. In your situation, there is a few services are involved, and I do not have access all of the services. It appears you have activated e-commerce themes, if I am not wrong which may require more than 1 GB RAM. (Apache2 and httpd both are web servers, but require different tools and commands to diagnoise the problem at times).

Please navigate the following link, it may be tough for you at the beginning, but do not give up hope.

https://aws.amazon.com/premiumsupport/knowledge-center/lightsail-instance-failed-status-check/

Please advise me your findings.

respondido há um ano
0

Hi again, Lightsail is a nice service to start with! Especially using Wordpress. As said above you might use too much memory for your server. 1GB RAM is really short for an Wordpress server. Still, if you are using Apache (httpd) I might know a workaround. However, I would need you to tell me how the memory is used on your instance.

To check your memory on your Wordpress instance, do the following steps:

  1. From Lightsail console, connect to your instance.
  2. Then execute the following command in the cmd line to check in detail your memory:

ps -o pid,user,%mem,command ax | sort -b -k3 -r

Result should look like this :

PID USER %MEM COMMAND

  • 11806 apache 8.1 php-fpm: pool www
  • 11812 apache 7.7 php-fpm: pool www
  • 11811 apache 7.5 php-fpm: pool www
  • 11810 apache 7.3 php-fpm: pool www
  • 11809 apache 7.3 php-fpm: pool www

If you have any php-fpm: pool www this might be the cause of the issue! If so, tell me and I'll tell you how to process to minimize memory use in your instance!

respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas