Skip to content

Commit

Permalink
Merge pull request #408 from bgraef/main
Browse files Browse the repository at this point in the history
update cgroup v2 post
  • Loading branch information
bgraef authored Aug 13, 2024
2 parents 38f8898 + 9f622d7 commit cc0f46b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions content/posts/ol/admin/post-23/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Run cgroups v2"
title: "Run Control Group Version 2"
date: 2022-03-22
draft: false
summary: "Learn how to enable and run cgropus v2 on Oracle Linux."
summary: "Learn how to use control group version 2 on Oracle Linux to limit the CPU time for user slices."
tags: ["ol","lab","tutorial","ol-admin"]
showDate: true
---
Expand All @@ -15,21 +15,23 @@ showDate: true

## Details

Control Groups (cgroups) is a Linux kernel feature for limiting, prioritizing, and allocating resources such as CPU time, memory, and network
Control Group (cgroup) is a Linux kernel feature for limiting, prioritizing, and allocating resources such as CPU time, memory, and network
bandwidth for running processes.

Thse guides walk you through limiting the CPU time for user processes using cgroups v2.
This tutorial guides you through limiting the CPU time for user processes using cgroup v2.

### Objectives

In this lab, you'll learn to:
In this tutorial, you will learn how to:

- Enable cgroups v2
- Enable control group version 2
- Set a soft CPU limit for a user process
- Set a hard CPU limit for a user process

### Prerequisites

- A system with Oracle Linux 8 installed with the following configuration:
- a non-root user with `sudo` permissions
- Minimum of a single Oracle Linux system

- Each system should have Oracle Linux installed and configured with:
- A non-root user account with sudo access
- Access to the Internet

0 comments on commit cc0f46b

Please sign in to comment.