执行docker run的时候,想要指定一下内存大小,用了-m参数,报错如下
#docker run -id -m 3g -p 7001:7001 197.3.16.51/sysmgr/mywebapptest_app_weblogic:20180820047
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
52380a4896f3f916cd0f95f97e233b30d9406840e10c0c53484b3be9000d0321
然后发现虽然我设置堆大小为5G,容器还是创建出来了,3g的限制并没有生效。

查阅资料发现这个报错是因为宿主机内核的相关功能没有打开。按照下面的设置就行。

step 1:编辑/etc/default/grub文件,将GRUB_CMDLINE_LINUX一行改为GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"

step 2:更新 GRUB,即执行$ sudo update-grub

step 3: 重启系统。

Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐