Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 docker 新手,我想用 docker-swarm 构建一个 docker 集群。
在链接中:https ://docs.docker.com/swarm/scheduler/strategy/我有一个问题:
假设我有 2 个具有 2G RAM 的节点。如果我运行一个要求 3G RAM 的容器怎么办。它会工作吗?
还是有别的方法?
谢谢。
如果您在运行时未设置任何用户内存限制,则该进程将能够使用尽可能多的内存,最终像主机上没有可用物理内存时的任何其他进程一样交换到磁盘。