当前位置:网站首页>Memory limit should be smaller than already set memoryswap limit, update the memoryswap at the same
Memory limit should be smaller than already set memoryswap limit, update the memoryswap at the same
2022-08-04 05:33:00 【上海_运维_Q先生】
1. 报错现象
报错信息:
Memory limit should be smaller than already set memoryswap limit,
update the memoryswap at the same time
当对容器执行docker update时发生报错
[email protected]:~# docker update --memory 300m prod_v1
Error response from daemon: Cannot update container 3554652f8b3ce79bcacbb6042a249f9e7d10154d500eb2a2feb9baf91862b00d: Memory limit should be smaller than already set memoryswap limit, update the memoryswap at the same time
2. 解决方法1
docker update --memory 300m --memory-swap -1 prod_v1
3. 解决方法2
重建容器,在创建时指定–memory,之后再扩展就不会报错了
新建容器
docker run -it -d --name container4 --memory 256m nginx
扩展容器
docker update --memory 512m container4
边栏推荐
猜你喜欢
随机推荐
【HIT-SC-LAB1】哈工大2022软件构造 实验1
MySQL基础
如何在网页标题栏中加入图片!
webrtc代码解读二:音视频播放同步过程
IP 核之 MMCM/PLL 实验
以太网 ARP
const int * a 与 int * const a 的定义与区别
沉浸式体验参加网络安全培训班,学习过程详细到底!
C# 剪裁图片内容区域
Vmmem process (WSL2) consumes huge amount of memory
基于Webrtc和Janus的多人视频会议系统开发6 - 从Janus服务器订阅媒体流
注册表设置默认浏览器 win7,winserver 2008,winserver 2012
C语言无符号整型运算
动态内存管理-C语言
通用解决端口占用问题
Tensorflow/Pytorch安装(Anaconda环境下,无版本冲突,亲测有效)
MySQL索引
【HIT-SC-MEMO2】哈工大2022软件构造 复习笔记2
升级到 MediaPlayer 11 时跳过验证副本的方法
使用JS在浏览器中打印菱形