https://github.com/redborder/redborder-cgroups
Configure redborder node with cgroup v2
https://github.com/redborder/redborder-cgroups
autodelivery cgroups cgroups-v2 redborder-ng
Last synced: about 2 months ago
JSON representation
Configure redborder node with cgroup v2
- Host: GitHub
- URL: https://github.com/redborder/redborder-cgroups
- Owner: redBorder
- License: agpl-3.0
- Created: 2023-11-28T10:59:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-09-10T11:49:16.000Z (9 months ago)
- Last Synced: 2025-09-10T15:47:24.441Z (9 months ago)
- Topics: autodelivery, cgroups, cgroups-v2, redborder-ng
- Language: Ruby
- Homepage:
- Size: 461 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# redborder-cgroups
## Overview
The redborder-cgroups package provides tools and scripts for configuring cgroups in redborder environments.
## Installation
To install redborder-cgroups, follow these steps:
1. Compile RPM package using redborder mock file or `yum install redborder-cgroups` (you will need redborder repo -> http://repo.redborder.com/)
2. Install the package using the following command:
```bash
sudo rpm -i redborder-cgroups--.noarch.rpm
Replace and with the actual version and release numbers of the package.
```
3. After installation, the systemd service will be enabled
## Usage
Create a file in /etc/cgroup.conf with the services in yaml format, for more info take a look at [Cgroup Cookbook](https://github.com/redBorder/cookbook-rb-cgroup)
Then start `rb_configure_cgroup.sh` and it will reassign memory for each service
Or just check if the memory services need to be reconfigured with `rb_check_cgroups.sh`
## Authors
Miguel Álvarez