An open API service indexing awesome lists of open source software.

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

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