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

질문됨 일 년 전279회 조회
4개 답변
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?

답변함 일 년 전
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.

답변함 일 년 전
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.

답변함 일 년 전
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!

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠