Halo
发布于 2023-03-16 / 73 阅读 / 0 评论 / 0 点赞

更改已运行docker容器内存限制

sudo docker update -m 20g --memory-swap 30000M  your_container_id
  • 内存一定要小于交换内存

评论