how can i fix this error: serial8250: too much work for irq4 EC2 Instance

0

Eror

https://www.smartpharma.com.co/ Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Additionally, a 503 Service Unavailable error was encountered while trying to use an ErrorDocument to handle the request.

已提問 1 年前檢視次數 2059 次
1 個回答
0

I think there are several things here.

First, the serial8250 message: This means that there is some process (or multiple processes) writing data to the instance serial port. This is normally used to output debug messages (see EC2 Serial Console for more information) - so check to see what logging is enabled and what on your instance is send things to the serial port.

Normally this won't affect anything else - it's just a warning to say that there is too much data being sent for the serial port to keep up - they are generally low speed devices when compared to Ethernet. In the dim, dark, historical days of computing it was possible for a single interrupt to consume too many CPU resources and therefore cause performance problems but that's very unlikely in the modern world.

The "Service Unavailable" message you're seeing is because there is some error in the web server software on the instance. That you're getting a 503 error means that the web server is running fun; but whatever it is trying to do is throwing an error. I doubt this is related to the serial console error message. In this case, look at the web server logs to determine where the error is.

profile pictureAWS
專家
已回答 1 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南