Skip to content

Commit

Permalink
Merge pull request #710 from pengshanyu/add-comment-for-service
Browse files Browse the repository at this point in the history
add comments to qm.container service
  • Loading branch information
Yarboa authored Feb 6, 2025
2 parents e67a909 + 1c53e0f commit 16a3ca7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions qm.container
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ WantedBy=default.target
[Service]
# It's recommended to use systemd drop-in to override the
# systemd settings. See QM manpage for an example.
# CPUWeight: This setting controls the CPU controller for qm.
# Delegate: Turns on delegation of further resource control
# partitioning to processes of the unit.
# IOWeight: Set the overall block I/O weight for qm.
# ManagedOOMSwap=auto|kill: Specifies how systemd-oomd.service will act on qm.
# QM cgroup, pass directly to systemd and handled by it,
# please refer to `man systemd.resource-control` for details.
CPUWeight=50
Delegate=true
IOWeight=50
Expand Down

0 comments on commit 16a3ca7

Please sign in to comment.