kyma-incubator / local-kyma

Local installation on k3d cluster
14 stars 10 forks source link

Warn user when docker total memory is not sufficient to install Kyma #66

Closed pbochynski closed 3 years ago

pbochynski commented 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}}'