Skip to content
Snippets Groups Projects
Commit 4fcf7245 authored by Riccardo Venanzi's avatar Riccardo Venanzi
Browse files

This script runs a container with a mem-intensive task. Each container is bonded to a single core

parent eaa23f20
No related branches found
No related tags found
No related merge requests found
#!bin/bash
set -e
for i in {0..63}
do
docker run --cpuset-cpus $i --rm -d --name mload$i memload:latest
done
~
~
~
~
~
~
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment