Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions qm.container
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ Environment=RWVARFS=/var/qm
LimitNOFILE=65536
TasksMax=50%

# IOReadIOPSMax, IOWriteIOPSMax
# -----------------------------
# IOReadIOPSMax=device IOPS, IOWriteIOPSMax=device IOPS
# Set the per-device maximum block I/O operations per second (IOPS) limit for qm.
# "device" refers to the block device inside the qm partition that backs /var/qm.
# If "IOPS" is suffixed with K, M, G, or T, the specified IOPS is parsed as KiloIOPS,
# MegaIOPS, GigaIOPS, or TeraIOPS, respectively, to the base of 1000.
# Example:
# IOReadIOPSMax=/dev/sdf 50
# IOWriteIOPSMax=/dev/sdf 50

[Container]
# AddCapability
# -------------
Expand Down