billyj
April 15, 2026, 8:43pm
1
6.8 0.6 3.82G 88.8M 9760 root 02:38:16 73 0 S 0 0 dockerd --host=fd:// --add-runtime=nvidia=/usr/bin/nvidia-container-runtime
Is there a way to stop above process on my ZImaOS server, I don’t have Nvida GPU, but this run in the background using CPU and causing iowait error along with python.
2026-04-15 21:18:41(+0100)
(00:01:28)
CRITICAL on CPU_IOWAIT(84.6): dockerd, python3.12, containerd
2026-04-15 21:18:29(+0100)
(00:00:06)
WARNING on CPU_TOTAL(75)
2026-04-15 21:18:11(+0100)
(00:00:06)
CRITICAL on CPU_IOWAIT(36): python3, dockerd, python3.12
Also python seems to be a bit old? Should this be updated to 3.14 or 3.15?
1 Like
That dockerd --add-runtime=nvidia=... line is just Docker being started with optional NVIDIA support, it’s not actually using GPU or causing load by itself.
The real issue is your iowait , that usually means a container (likely the Python one) is hammering disk I/O, not the NVIDIA runtime.
I’d check what’s running first:
docker ps
docker stats
Also wouldn’t touch system Python, ZimaOS manages that.
If you share those outputs, we can pinpoint exactly what’s causing it
billyj
April 18, 2026, 11:05pm
3
Code below, but I recon it has stopped now, removed some bits I was testing (wazuh, netdata)
billyj
April 18, 2026, 11:06pm
4
CONTAINER ID IMAGE COMMAND CREATED STATUS NAMES
a17ab625e1c1 ghcr.io/immich-app/immich-server:release "tini -- /bin/bash -…" 28 hours ago Up 27 hours (healthy) immich-server
fa01472594e7 ghcr.io/immich-app/immich-machine-learning:commit-5aece8321209fc9d29ed1e3680f5611954873be6-rocm "tini -- python -m i…" 28 hours ago Up 27 hours (healthy) immich-machine-learning
dbd0c6e750d5 amir20/dozzle:latest "/dozzle" 33 hours ago Up 33 hours dozzle
64a110c51f50 tailscale/tailscale:latest "/bin/sh -c 'tailsca…" 33 hours ago Up 33 hours tailscale
ccb7b92c0cb4 ghcr.io/immich-app/postgres:14-vectorchord0.3.0-pgvectors0.2.0 "/usr/local/bin/immi…" 33 hours ago Up 27 hours (healthy) immich-postgres
633f2fb5552b redis:6.2.20-alpine "docker-entrypoint.s…" 33 hours ago Up 27 hours immich-redis
397f55272f9d syncthing/syncthing:latest "/bin/entrypoint.sh …" 3 days ago Up 33 hours (healthy) big-bear-syncthing
4201192d5edd ghcr.io/alexta69/metube:latest "/usr/bin/tini -g --…" 3 days ago Up 33 hours (healthy) metube
ad4f24a17546 linuxserver/jellyfin:latest "/init" 4 days ago Up 33 hours jellyfin
0c3b27d09608 vaultwarden/server:latest "/start.sh" 4 days ago Up 33 hours (healthy) vaultwarden
3b9e3aa67827 ugeek/webdav:amd64 "/bin/sh -c '/entryp…" 5 days ago Up 33 hours webdav
cb4f5b048a52 triliumnext/trilium:v0.102.2 "docker-entrypoint.s…" 7 days ago Up 33 hours (healthy) big-bear-trilium
2bf3df769ac1 nicolargo/glances:4.5.3.2-full "/bin/sh -c '/venv/b…" 2 weeks ago Up 33 hours big-bear-glances
c7077af02756 openspeedtest/latest:latest "/docker-entrypoint.…" 2 weeks ago Up 33 hours openspeedtest
7f31c984e0c0 onlyoffice/documentserver:9.3.1 "/app/ds/run-documen…" 2 weeks ago Up 33 hours documentserver
62c2aae2f3ac misterbabou/gptwol:latest "/usr/local/bin/dock…" 3 weeks ago Up 33 hours gptwol
88a500dd834a wisdomsky/cloudflared-web:latest "/bin/sh -c 'node /v…" 4 weeks ago Up 33 hours big-bear-cloudflared-web
cc1c480e4838 ghcr.io/advplyr/audiobookshelf:latest "tini -- node index.…" 4 weeks ago Up 33 hours big-bear-audiobookshelf
d06112c216a0 jvmilazz0/kavita:0.8.8 "/bin/bash /entrypoi…" 4 weeks ago Up 33 hours (healthy) kavita
5723fc25de2e registry.gitlab.com/storyteller-platform/storyteller:web-v2.6.0-experimental.14 "/usr/bin/tini -- no…" 4 weeks ago Up 33 hours big-bear-storyteller
e2a3593f0d7a 700a039fdd8a "/usr/bin/entrypoint…" 6 weeks ago Up 33 hours (healthy) big-bear-owncloud
2b9bc3f3177c redis:6.2.20 "docker-entrypoint.s…" 6 weeks ago Up 33 hours (healthy) big-bear-owncloud-redis
bfe321f8f160 eb40c69647cc "docker-entrypoint.s…" 6 weeks ago Up 33 hours (healthy) big-bear-owncloud-db
1741cda58d1c 893f81d622eb "sh ./scripts/docker…" 2 months ago Up 33 hours (healthy) pingvin-share-pingvin-share-1
2c8dec4fe205 ghcr.io/dockpeek/dockpeek:v1.7.2 "gunicorn -c gunicor…" 2 months ago Up 33 hours (healthy) big-bear-dockpeek
88dc526de27e louislam/uptime-kuma:latest "/usr/bin/dumb-init …" 2 months ago Up 33 hours (healthy) uptime-kuma
d9c7eb7967c4 ghcr.io/swingmx/swingmusic:latest "python -m swingmusi…" 2 months ago Up 33 hours swingmusic
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
a17ab625e1c1 immich-server 0.13% 1.014GiB / 15.41GiB 6.58% 1.25GB / 2.32GB 102GB / 1.64GB 24
fa01472594e7 immich-machine-learning 18.83% 234.5MiB / 15.41GiB 1.49% 7.18MB / 3.22MB 881MB / 0B 12
dbd0c6e750d5 dozzle 0.40% 15.02MiB / 15.41GiB 0.10% 651kB / 1.27MB 164kB / 0B 11
64a110c51f50 tailscale 0.27% 24.11MiB / 15.41GiB 0.15% 0B / 0B 336kB / 9.92MB 20
ccb7b92c0cb4 immich-postgres 0.01% 459.6MiB / 15.41GiB 2.91% 320MB / 871MB 283MB / 1.56GB 19
633f2fb5552b immich-redis 0.26% 8.727MiB / 15.41GiB 0.06% 509MB / 129MB 4.42MB / 424MB 5
397f55272f9d big-bear-syncthing 0.11% 38.47MiB / 15.41GiB 0.24% 67.1MB / 69.7MB 34.8MB / 1.09MB 22
4201192d5edd metube 0.01% 98.18MiB / 15.41GiB 0.62% 1.28MB / 980kB 79.8MB / 4.1kB 9
ad4f24a17546 jellyfin 0.00% 641.1MiB / 15.41GiB 4.06% 1.95MB / 14.2MB 393MB / 1.26GB 40
0c3b27d09608 vaultwarden 0.00% 21.59MiB / 15.41GiB 0.14% 514kB / 3.45MB 46.7MB / 258kB 13
3b9e3aa67827 webdav 0.00% 62.73MiB / 15.41GiB 0.40% 168MB / 5.42GB 306MB / 293MB 6
cb4f5b048a52 big-bear-trilium 0.00% 157.5MiB / 15.41GiB 1.00% 5.59MB / 12.8MB 139MB / 134MB 11
2bf3df769ac1 big-bear-glances 1.44% 100.4MiB / 15.41GiB 0.64% 1.96MB / 11.7MB 70.5MB / 4.1kB 32
c7077af02756 openspeedtest 0.00% 7.41MiB / 15.41GiB 0.05% 872kB / 0B 6.98MB / 12.3kB 8
7f31c984e0c0 documentserver 0.28% 692.1MiB / 15.41GiB 4.39% 1.28MB / 94.1kB 1.38GB / 293MB 69
62c2aae2f3ac gptwol 0.02% 76.78MiB / 15.41GiB 0.49% 0B / 0B 46.5MB / 0B 5
88a500dd834a big-bear-cloudflared-web 0.51% 48.32MiB / 15.41GiB 0.31% 0B / 0B 85.5MB / 0B 18
cc1c480e4838 big-bear-audiobookshelf 0.03% 49.98MiB / 15.41GiB 0.32% 855kB / 0B 74.2MB / 639kB 12
d06112c216a0 kavita 0.62% 307.7MiB / 15.41GiB 1.95% 613kB / 30.2kB 173MB / 1.76MB 52
5723fc25de2e big-bear-storyteller 0.01% 559.2MiB / 15.41GiB 3.54% 495kB / 0B 212MB / 2.55MB 21
e2a3593f0d7a big-bear-owncloud 0.01% 168.6MiB / 15.41GiB 1.07% 125MB / 59.3MB 144MB / 48.9MB 10
2b9bc3f3177c big-bear-owncloud-redis 3.20% 4.234MiB / 15.41GiB 0.03% 10.2MB / 5.86MB 13.9MB / 1.26MB 5
bfe321f8f160 big-bear-owncloud-db 2.73% 91.5MiB / 15.41GiB 0.58% 50.6MB / 118MB 55.7MB / 586MB 11
1741cda58d1c pingvin-share-pingvin-share-1 3.45% 159.9MiB / 15.41GiB 1.01% 763kB / 4.42kB 225MB / 5.38MB 48
2c8dec4fe205 big-bear-dockpeek 0.08% 85.62MiB / 15.41GiB 0.54% 967kB / 72.9kB 48.4MB / 0B 3
88dc526de27e uptime-kuma 0.78% 127.5MiB / 15.41GiB 0.81% 1.69MB / 91.9kB 92.1MB / 2.48MB 19
d9c7eb7967c4 swingmusic 0.08% 68.08MiB / 15.41GiB 0.43% 764kB / 0B 63.5MB / 28.7kB 2
That NVIDIA runtime isn’t your issue.
From your stats, it’s immich-machine-learning pulling ~19% CPU and doing constant processing, that’s what’s causing the iowait.
If you stop it and the load drops, you’ve found the cause.