Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 14, 2024
1 parent bfe7f23 commit 2723dff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ LXC AutoScale is a resource management daemon designed to **automatically adjust
## Features

- **Automatic Resource Scaling:** Dynamically adjust CPU and memory based on usage thresholds.
- **Tier defined thresholds:** Set specific thresholds for specific LXC containers regardeless of default configuration.
- **Host Resource Reservation:** Ensure that the host system remains stable and responsive.
- **Energy Efficiency Mode:** Reduce resource allocation during off-peak hours to save energy.
- **Container Prioritization:** Prioritize resource allocation based on container groupings (e.g., critical, non-critical).
Expand Down Expand Up @@ -72,7 +73,7 @@ These settings control how the script manages the scaling of CPU and memory reso

### Tiers

You can assign one or more LXC containers to different TIERS for specific thresholds assignements. You can define up to 3 different TIERS named TIER_1, TIER_2 and TIER_3. Just append and change accordingly with your needs this snippet to the `/etc/lcx_autoscale/lcx_autoscale.conf` configuration file and restart the service by running `systemctl restart lxc_autoscale`:
You can assign one or more LXC containers to different TIERS for specific thresholds assignments. You can define up to 3 different TIERS named TIER_1, TIER_2 and TIER_3. Just append and change accordingly with your needs this snippet to the `/etc/lcx_autoscale/lcx_autoscale.conf` configuration file and restart the service by running `systemctl restart lxc_autoscale`:

```
[TIER_1]
Expand Down

0 comments on commit 2723dff

Please sign in to comment.