From 822b6ec7114799fbdb59ec17281e38a5676137cb Mon Sep 17 00:00:00 2001 From: Polina Bungina <27892524+hughcapet@users.noreply.github.com> Date: Wed, 24 May 2023 11:22:41 +0200 Subject: [PATCH] Subtle README fix (#2691) Remove misleading words --- docs/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.rst b/docs/README.rst index cd338155..8e38c908 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -179,7 +179,7 @@ That said, here are some pieces of your infrastructure you should be sure to tes * Network (the network in front of your system as well as the NICs [physical or virtual] themselves) * Disk IO * file limits (nofile in Linux) -* RAM. Even if you have oomkiller turned off as suggested, the unavailability of RAM could cause issues. +* RAM. Even if you have oomkiller turned off, the unavailability of RAM could cause issues. * CPU * Virtualization Contention (overcommitting the hypervisor) * Any cgroup limitation (likely to be related to the above)