V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
ivmm
V2EX  ›  问与答

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

  •  1
     
  •   ivmm · Sep 6, 2015 · 5279 views
    This topic created in 3890 days ago, the information mentioned may be changed or developed.

    每个应用都是这么提示: 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 replies    2015-09-21 09:06:07 +08:00
    1etters
        1
    1etters  
       Sep 6, 2015
    系统内核多少? docker3.1 以上才能玩的开心
    ivmm
        2
    ivmm  
    OP
       Sep 6, 2015
    @1etters 3.2
    ivmm
        3
    ivmm  
    OP
       Sep 6, 2015
    肿么没人回复
    temple
        4
    temple  
       Sep 21, 2015
    看一下这个: 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 了。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2687 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 48ms · UTC 13:20 · PVG 21:20 · LAX 06:20 · JFK 09:20
    ♥ Do have faith in what you're doing.