摘要:
1.限定 memory 为 200 M docker run --memory=200M [container_name] [option] eg: docker run -it --memory=200M [stress_container] --vm 1 --vm-bytes=300M --ve 阅读全文
摘要:
测试 linux 压力的工具 一. 实际操作 1. 创建一个 ubuntu 的容器 docker run -it ubuntu 2. 安装 stress 工具 apt-get update && apt-get install -y stress 3. stress 命令 stress --vm [ 阅读全文