【发布时间】:2021-07-08 21:46:58
【问题描述】:
我在 AWS ECS 上运行我的 tomcat 应用程序,在执行 htop 命令后我的 CPU touch 100% 时遇到问题,我发现一个进程 kthreaddi 正在使用所有 CPU,如屏幕截图所示。
我在图像创建过程中尝试了一些类似 apt-get update 的方法,但问题仍然存在。
谁能建议我可以在这里实现什么。
这是 cat /etc/os-release 的输出
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
【问题讨论】:
标签: linux amazon-web-services docker debian amazon-ecs