diff --git a/README.md b/README.md index 672533d6eae082c8da5327a69405aa5fc5eecdd8..cb1b9766d5a480e96a5795d6438f83f26464cb0c 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ sistemas (CentOS, Debian, Fedora, Ubuntu). Una vez instalado, podes correr varios dockers a la vez. Si ves el aviso `WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.` la solucion posible esta en https://docs.docker.com/install/linux/linux-postinstall/#your-kernel-does-not-support-cgroup-swap-limit-capabilities -Normalmente es suficiente con: +Normalmente es suficiente (en Debian) con: ``` $ echo 'GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"' >> /etc/default/grub $ update-grub