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 年前2053 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则