From 48850b38ed42beb7eb493e0e6eeac8a4d898d579 Mon Sep 17 00:00:00 2001 From: Chad Vizino <chad@schedmd.com> Date: Mon, 22 Jul 2019 10:31:43 -0600 Subject: [PATCH] Fix typo for 'noticeable'. Bug 7441. --- doc/man/man5/cgroup.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man5/cgroup.conf.5 b/doc/man/man5/cgroup.conf.5 index a5621722957..580c0171d5e 100644 --- a/doc/man/man5/cgroup.conf.5 +++ b/doc/man/man5/cgroup.conf.5 @@ -116,7 +116,7 @@ which case the job's RAM limit will be set to its swap space limit if \fBConstrainSwapSpace\fR is set to "yes". Also see \fBAllowedSwapSpace\fR, \fBAllowedRAMSpace\fR and \fBConstrainSwapSpace\fR. -NOTE: When enabled, ConstrainRAMSpace can lead to a noticiable decline in +NOTE: When enabled, ConstrainRAMSpace can lead to a noticeable decline in per-node job throughout. Sites with high-throughput requirements should carefully weigh the tradeoff between per-node throughput, versus potential problems that can arise from unconstrained memory usage on the node. See -- GitLab