From b50f4661ac7cd41287f6ae116419b32ab3b263f9 Mon Sep 17 00:00:00 2001 From: Tim Wickberg <tim@schedmd.com> Date: Wed, 31 May 2017 10:55:20 -0600 Subject: [PATCH] Docs - remove reference to ConstrainRAMSpace in HTC. This is better discussed in the high_throughput.shtml doc. Also, "Contrain" is misspelled adding to the confusion. --- doc/man/man5/cgroup.conf.5 | 3 --- doc/man/man5/slurm.conf.5 | 2 -- 2 files changed, 5 deletions(-) diff --git a/doc/man/man5/cgroup.conf.5 b/doc/man/man5/cgroup.conf.5 index bb773f776ac..b316f2ff3da 100644 --- a/doc/man/man5/cgroup.conf.5 +++ b/doc/man/man5/cgroup.conf.5 @@ -114,9 +114,6 @@ 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 ContrainRAMSpace is set there is a noticible slow down in -performance. It should probably be avoided in an HTC environment. - .TP \fBConstrainSwapSpace\fR=<yes|no> diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index c04d5b3ccfa..cf93147e2a6 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -3467,8 +3467,6 @@ different operating systems. enables resource containment using Linux control cgroups. This enables the \-\-cpu_bind and/or \-\-mem_bind srun options. NOTE: see "man cgroup.conf" for configuration details. -NOTE: When ContrainRAMSpace is set in the cgroup.conf this plugin noticibly -slows down performance. It should probably be avoided in an HTC environment. .TP \fBtask/none\fR for systems requiring no special handling of user tasks. -- GitLab