Docker 启动应用,提示: WARNING: Your kernel does not support memory swappiness capabilities, memory swappiness discarded.

2015-09-06 14:05:58 +08:00
 ivmm

每个应用都是这么提示: WARNING: Your kernel does not support memory swappiness capabilities, memory swappiness discarded.

搜到了这个解决方案:

Adjust memory and swap accounting
When users run Docker, they may see these messages when working with an image:

WARNING: Your kernel does not support cgroup swap limit. WARNING: Your
kernel does not support swap limit capabilities. Limitation discarded.
To prevent these messages, enable memory and swap accounting on your system. To enable these on system using GNU GRUB (GNU GRand Unified Bootloader ), do the following.

Log into Ubuntu as a user with sudo privileges.

Edit the /etc/default/grub file.

Set the GRUB_CMDLINE_LINUX value as follows:

GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"
Save and close the file.

Update GRUB.

$ sudo update-grub
Reboot your system.

貌似不可行啊

4588 次点击
所在节点    问与答
4 条回复
1etters
2015-09-06 14:14:36 +08:00
系统内核多少? docker3.1 以上才能玩的开心
ivmm
2015-09-06 14:33:45 +08:00
@1etters 3.2
ivmm
2015-09-06 20:09:54 +08:00
肿么没人回复
temple
2015-09-21 09:06:07 +08:00
看一下这个: https://wiki.debian.org/LXC
/etc/fstab
cgroup /sys/fs/cgroup cgroup defaults 0 0

GRUB_CMDLINE_LINUX="cgroup_enable=memory" in /etc/default/grub and running update-grub2.

我用的 docker 1.8.2 好像是能成功建立了,没有 warning 了。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/218590

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX