V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
ivmm
V2EX  ›  问与答

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

  •  1
     
  •   ivmm · 2015-09-06 14:05:58 +08:00 · 4550 次点击
    这是一个创建于 3163 天前的主题,其中的信息可能已经有所发展或是发生改变。

    每个应用都是这么提示: 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.

    貌似不可行啊

    4 条回复    2015-09-21 09:06:07 +08:00
    1etters
        1
    1etters  
       2015-09-06 14:14:36 +08:00
    系统内核多少? docker3.1 以上才能玩的开心
    ivmm
        2
    ivmm  
    OP
       2015-09-06 14:33:45 +08:00
    @1etters 3.2
    ivmm
        3
    ivmm  
    OP
       2015-09-06 20:09:54 +08:00
    肿么没人回复
    temple
        4
    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 了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1161 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 17:50 · PVG 01:50 · LAX 10:50 · JFK 13:50
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.