Skip to content

Commit b9c0d6f

Browse files
authored
cgroup v2 is enabled by default in WSL 2 since version 2.5.1 (#128)
1 parent 6d9d4be commit b9c0d6f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/en/docs/installation/installation-windows.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,14 @@ To be able to access the frontend and the API of the GMT, you have to add the UR
7979
127.0.0.1 api.green-coding.internal metrics.green-coding.internal
8080
```
8181

82-
### Enable CGroups v2
82+
### Enable cgroup v2
8383

84-
This is an optional step, but necessary to be able to get container specific metrics like CPU utilization, memory usage, network transfer and disk I/O (see section [Metric providers](#metric-providers) below for more information).
84+
{{< callout context="note" icon="outline/info-circle" >}}
85+
Since WSL version 2.5.1, cgroup v2 is the standard. The following is only relevant, if you use an older WSL version.
86+
{{< /callout >}}
87+
88+
cgroup v2 is necessary to be able to get container specific metrics like CPU utilization, memory usage, network transfer and disk I/O (see section [Metric providers](#metric-providers) below for more information).
89+
If you don't need these metric providers, you can skip this.
8590

8691
Create the file `%USERPROFILE%\.wslconfig` (or edit it) and add the following content:
8792

0 commit comments

Comments
 (0)