diff --git a/content/posts/cgroup v2 by hand.adoc b/content/posts/cgroup v2 by hand.adoc index 66146e7..45ab7ac 100644 --- a/content/posts/cgroup v2 by hand.adoc +++ b/content/posts/cgroup v2 by hand.adoc @@ -212,7 +212,7 @@ echo "$$" > cgroup.procs -------------------------------------------------------------------------------- Try running `for process in $(seq 1 10); do ((sleep 2 && echo ${process}) &); -done`. You will get error messages from your shell that it can't fork another +done`. You will get error messages from your shell that it can not fork another process.