diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index a832587fa8..7daaba5074 100644 --- a/man/systemd.resource-control.xml +++ b/man/systemd.resource-control.xml @@ -314,7 +314,7 @@ MemoryHigh=bytes - Specify the high limit on memory usage of the executed processes in this unit. Memory usage may go + Specify the throttling limit on memory usage of the executed processes in this unit. Memory usage may go above the limit if unavoidable, but the processes are heavily slowed down and memory is taken away aggressively in such cases. This is the main mechanism to control memory usage of a unit. @@ -322,7 +322,7 @@ parsed as Kilobytes, Megabytes, Gigabytes, or Terabytes (with the base 1024), respectively. Alternatively, a percentage value may be specified, which is taken relative to the installed physical memory on the system. If assigned the - special value infinity, no memory limit is applied. This controls the + special value infinity, no memory throttling is applied. This controls the memory.high control group attribute. For details about this control group attribute, see cgroup-v2.txt.