From 981e7596e4ecd18725194afa8e29f95b0fb8de71 Mon Sep 17 00:00:00 2001 From: ian fogelman Date: Mon, 20 Sep 2021 15:27:29 -0400 Subject: [PATCH] DOCS-14806 Added suggested edit for location of service script referenced --- source/reference/ulimit.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/source/reference/ulimit.txt b/source/reference/ulimit.txt index c2eb8b0073c..591e2c3e872 100644 --- a/source/reference/ulimit.txt +++ b/source/reference/ulimit.txt @@ -257,11 +257,12 @@ form: Linux distributions using ``systemd`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -For Linux distributions that use ``systemd``, you can specify -limits within the ``[Service]`` sections of service scripts if you -start :binary:`~bin.mongod` and/or -:binary:`~bin.mongos` instances as ``systemd`` services. You can do this -by using `resource limit directives +If you start a :binary:`~bin.mongod` and/or :binary:`~bin.mongos` +instance as a ``systemd`` service, you can specify limits within the +``[Service]`` section of its service file. The service file has a +location like ``/etc/systemd/system/.service``. + +You can set limits by using `resource limit directives `_. Specify the :ref:`recommended-ulimit-settings`, as in the following