]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/admin-guide/sysctl/kernel.rst
docs: admin-guide: Fix min value of threads-max in kernel.rst
[linux.git] / Documentation / admin-guide / sysctl / kernel.rst
index 6e0da29e55f1fddada03e1fae94b6cc78e83efd9..17a9daf7949de32c00332f1c7e71838f6026f661 100644 (file)
@@ -1103,7 +1103,7 @@ During initialization the kernel sets this value such that even if the
 maximum number of threads is created, the thread structures occupy only
 a part (1/8th) of the available RAM pages.
 
-The minimum value that can be written to threads-max is 20.
+The minimum value that can be written to threads-max is 1.
 
 The maximum value that can be written to threads-max is given by the
 constant FUTEX_TID_MASK (0x3fffffff).