meta data for this page
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
vm:proxmox:lxc:load_average [2022/04/21 20:20] – created niziak | vm:proxmox:lxc:load_average [2022/04/21 21:27] (current) – niziak | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Load Average ====== | ====== Load Average ====== | ||
+ | |||
+ | ===== Issue ===== | ||
Common issue is that '' | Common issue is that '' | ||
+ | |||
+ | |||
+ | Related info: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ===== Solution ===== | ||
+ | |||
As solution, LXC provide option: '' | As solution, LXC provide option: '' | ||
Line 7: | Line 17: | ||
'' | '' | ||
+ | <file conf / | ||
+ | [Service] | ||
+ | ExecStart= | ||
+ | ExecStart=/ | ||
+ | </ | ||
+ | |||
+ | NOTE: After restarting lxcfs.service, | ||
+ | <code bash> | ||
+ | systemctl restart lxcfs | ||
+ | </ | ||
+ | |||
- | Related info: | ||
- | * [[https:// | ||
- | * [[https:// | ||