summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-09-08 20:17:01 +0200
committerRichard Braun <rbraun@sceen.net>2017-09-08 20:30:02 +0200
commit7182b09c4994671bc0c32d0041463a761a577431 (patch)
tree82552b31058566d4ba311c24e965afd9ed25ed91
parent906770cbe8fe9cec5c333e9fc87b7d47ecccb153 (diff)
doc/intro(9): fix claim about smp scalability
-rw-r--r--doc/intro.9.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/intro.9.txt b/doc/intro.9.txt
index e023d86..243b054 100644
--- a/doc/intro.9.txt
+++ b/doc/intro.9.txt
@@ -175,7 +175,7 @@ MULTIPROCESSOR SUPPORT
----------------------
The X15 kernel is designed to support hardware with multiple processors.
-The scheduler should scale well up to one hundred processors, with one
+The scheduler should scale well up to 16-32 processors, with one
run queue per processor. Threads can be bound to a specific set of
processors, or temporarily pinned for short durations. Non real-time
threads can be spontaneously migrated between processors in order to