第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

docker swarm中如何限制每個(gè)容器最多只能使用1核CPU

docker swarm中如何限制每個(gè)容器最多只能使用1核CPU

慕容3067478 2018-08-13 10:13:18
請問如何在docker swarm的stack compose yml 配置文件中限制每個(gè)容器最多只能使用1核CPU?
查看完整描述

1 回答

?
倚天杖

TA貢獻(xiàn)1828條經(jīng)驗(yàn) 獲得超3個(gè)贊

使用 --cpus=<value> 命令,在 docker run的時(shí)候進(jìn)行分配,
If you have 1 CPU, each of the following commands guarantees the container at most 50% of the CPU every second.

Docker 1.13 and higher:docker run -it --cpus=".5" ubuntu /bin/bash
Docker 1.12 and lower:

$ docker run -it --cpu-period=100000 --cpu-quota=50000 ubuntu /bin/bash

更多的參數(shù)可以參考:
Limit a container's resources


查看完整回答
反對(duì) 回復(fù) 2018-08-29
  • 1 回答
  • 0 關(guān)注
  • 1231 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)