From 2071694983060b34ef89de3f44c29f56d2536f29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20GARROUSTE?= Date: Sat, 7 Apr 2018 20:16:13 +0200 Subject: [PATCH] Add .small[] --- slides/intro/Namespaces_Cgroups.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slides/intro/Namespaces_Cgroups.md b/slides/intro/Namespaces_Cgroups.md index 127e5d02..ffae02ac 100644 --- a/slides/intro/Namespaces_Cgroups.md +++ b/slides/intro/Namespaces_Cgroups.md @@ -638,6 +638,7 @@ The numbers are PIDs. The names are the names of our nodes (arbitrarily chosen). +.small[ ```bash cpu memory ├── batch ├── stateless @@ -656,6 +657,7 @@ cpu memory └── redis └── 1008 ``` +] ---