diff --git a/source/reference/ulimit.txt b/source/reference/ulimit.txt index 7c326c901bf..d4f82f349ea 100644 --- a/source/reference/ulimit.txt +++ b/source/reference/ulimit.txt @@ -239,11 +239,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