fix redirection issue by adding https://

This commit is contained in:
Bhavya Tyagi 2021-11-02 14:10:47 +05:30
parent 9251e0720c
commit 7a39b2d0ab
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ This limit is too low and hence most of the processes attached to mem_group shou
The process is OOM killed as expected. You can confirm the same with dmesg logs (mm_fault_error).
If you want to try out a more in-depth exercise on cgroups, check out [this tutorial from Geeks for Geeks](geeksforgeeks.org/linux-virtualization-resource-throttling-using-cgroups/).
If you want to try out a more in-depth exercise on cgroups, check out [this tutorial from Geeks for Geeks](https://geeksforgeeks.org/linux-virtualization-resource-throttling-using-cgroups/).
Lets come back to containers again. Containers share the same kernel as the underlying host operating system and provide an isolated environment of the application within. Cgroups help in managing resources used by processes within a container and namespaces help isolate network stack, pids, users, group ids and mount points in a container from another container running on the same host.