Set resource limits for podman machine
podman machine set my-machine --cpus 4 --memory 4096
Adjusts the CPU and memory resources for a specific podman machine (4 CPUs, 4GB memory).
podman machine set my-machine --cpus 4 --memory 4096
Adjusts the CPU and memory resources for a specific podman machine (4 CPUs, 4GB memory).