logoalt Hacker News

cdragetoday at 3:03 PM2 repliesview on HN

Ahhh, one of the reasons could be that Docker Desktop by default uses 50% of your RAM when they create their VM and the maximum amount of CPUs.

Podman Desktop by default has a much lower RAM (4GB) + CPU usage (50% CPU). That's something that could be improved... I've opened up an issue: https://github.com/podman-desktop/podman-desktop/issues/1634... :)


Replies

p0w3n3dtoday at 3:53 PM

No I checked it against the amount of RAM. Podman with 8GB does not increase speed, Docker with 4GB is still 9s

  podman run   27->24
  docker run   9.4->9.769 total
(I increased limit in podman and decreased limit in docker). This happens with amd64 arch images (which I for some reason need in my work and cannot rebuild)
show 1 reply
p0w3n3dtoday at 3:54 PM

are you by any chance one of those Claw raging robots? really? created an issue?

show 2 replies