Initialize a podman machine with custom resources (podman)
podman machine init my-machine --cpus 2 --memory 2048
Creates a new podman machine with 2 CPUs and 2GB of memory.
podman machine init my-machine --cpus 2 --memory 2048
Creates a new podman machine with 2 CPUs and 2GB of memory.