You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a container called Image.tar with a size of 720.4 MiB created on a Linux x86 machine using "docker save -o Image.tar image:0.1" command.
I scp this image over to the home folder on an Aarch64 device that has 1GB free RAM and 30GB free emmc.
I am running Podman Version 3.2.2-dev
I then execute the command "podman load -i Image.tar". It begins the process, but then triggers: "Out of memory: Killed process 710 (podman) total-vm:1333128kB, anon-rss:14580kB, file-rss:0kB, shmem-rss:100kB, UID:0 pgtables:224kB oom_score_adj:0"
Why is it using so much memory, can this be reduced to avoid the error or how do I prevent this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a container called Image.tar with a size of 720.4 MiB created on a Linux x86 machine using "docker save -o Image.tar image:0.1" command.
I scp this image over to the home folder on an Aarch64 device that has 1GB free RAM and 30GB free emmc.
I am running Podman Version 3.2.2-dev
I then execute the command "podman load -i Image.tar". It begins the process, but then triggers: "Out of memory: Killed process 710 (podman) total-vm:1333128kB, anon-rss:14580kB, file-rss:0kB, shmem-rss:100kB, UID:0 pgtables:224kB oom_score_adj:0"
Why is it using so much memory, can this be reduced to avoid the error or how do I prevent this?
Beta Was this translation helpful? Give feedback.
All reactions