This message was deleted.
# rancher-desktop
a
This message was deleted.
q
on what platform? Windows? macOS? Linux?
s
Sorry, that would be helpful. Mac OS 13.1; M1 Pro; 32gb
q
from memory there are ways to get more verbose output from docker build(x). For me, the
pull
phase is incredibly slow. If you're morbidly curious, you could use
rdctl shell
and then use
strace
to watch the underlying docker daemon...
beyond that, you kinda need to figure out which process is misbehaving (docker[on macOS], the dockerd in the lima vm, the lima vm, something else)
my guess is that the
strace
(or even
top
in the vm) would give some insight
good luck -- i'm not the person to help past these hints 😕
s
thank you
the process that sucks up resources is the qemu-system-aarch64. That thing is a resource consumption beast
q
that's looking at the world from the outside
s
I understand
q
you'd want to run
top
from inside
rdctl shell
to see what's actually spending the resources