View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000284 | AlmaLinux-9 | General | public | 2022-07-16 10:37 | 2022-10-17 18:30 |
Reporter | peter8320 | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | x86_64 | OS | AlmaLinux | OS Version | 9 |
Summary | 0000284: Docker container causing 100% CPU | ||||
Description | When running a couple of specific docker containers they fail to start fully as some of the processes hit 100% and essential bring the machine to a halt. Running these containers under AlmaLinux 8.6 works fine. Other containers on the same host work fine. Tried disabling Selinux and the firewall which made no difference Running in podman in AlmaLinux 9 works fine Docker images: https://hub.docker.com/r/linuxserver/tvheadend https://hub.docker.com/r/onlyoffice/documentserver | ||||
Steps To Reproduce | 1. Install AlmaLinux Minimal 9 2. Install docker sudo dnf update sudo dnf config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo sudo dnf install docker-ce docker-ce-cli containerd.io sudo systemctl enable docker.service sudo reboot 3. Run tvheadend container sudo docker run -d --name=tvh --restart=always --network=host lscr.io/linuxserver/tvheadend:latest 4. Should take 1-2min to start but it will get stuck on the first step for ~5min at 100% then continue and gets stuck on the next step for another 5-10min and this cycle repeats the only office container gets stuck trying start up a rabbitmq instance inside the container container can be started by the below command should take ~1min to fully start sudo docker run -d --name onlyoffice --restart=always -p 9180:80 onlyoffice/documentserver | ||||
Tags | Docker | ||||
Attached Files | |||||
|
good afternoon. I had a similar issue with onlyoffice container. solution: explicitly specify ulimits for the container. and check ulimits on host and container. |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-07-16 10:37 | peter8320 | New Issue | |
2022-07-16 10:37 | peter8320 | Tag Attached: Docker | |
2022-07-16 10:37 | peter8320 | File Added: tvh-100.png | |
2022-10-17 18:30 | gorsing444 | Note Added: 0000709 |