老师我限制容器最大使用内存是200M,但容器还是最大限度使用物理机的资源
来源:3-12 容器的资源限制
慕用5448414
2019-03-15
[root@docker-node1 ~]# docker run --name=“test-mem” --memory=200M -it centos /bin/bash
[root@fe49aa09dfc6 /]# free -mh
total used free shared buff/cache available
Mem: 125G 1.1G 122G 10M 2.5G 123G
写回答
1回答
-
麦兜搞IT
2019-03-18
您好,您可以像我们课程里一样,使用stress工具是测试一下,看看这个容器实际上最大能使用多少内存。https://www.hi-linux.com/posts/59095.html
00
相似问题