Check available memory for docker
docker run \
--rm \
debian:bullseye-slim \
bash -c 'numfmt --to iec $(echo $(($(getconf _PHYS_PAGES) * $(getconf PAGE_SIZE))))'
Read other posts
docker run \
--rm \
debian:bullseye-slim \
bash -c 'numfmt --to iec $(echo $(($(getconf _PHYS_PAGES) * $(getconf PAGE_SIZE))))'