Subtle README fix (#2691)

Remove misleading words
This commit is contained in:
Polina Bungina
2023-05-24 11:22:41 +02:00
committed by GitHub
parent 73797e8572
commit 822b6ec711
+1 -1
View File
@@ -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)