Closed pbochynski closed 3 years ago
Default docker setting allocates just 2GB RAM. It is not enough for k3s cluster with kyma on top. It would be nice to display warning if there is less than 7GB memory allocated. Docker command to check the memory is:
docker info --format '{{json .MemTotal}}'
Default docker setting allocates just 2GB RAM. It is not enough for k3s cluster with kyma on top. It would be nice to display warning if there is less than 7GB memory allocated. Docker command to check the memory is: