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
commit1f35ffbbbfcf5cca5f1016f9118d4b31ba47e59c (patch)
tree82552b31058566d4ba311c24e965afd9ed25ed91
parentdf8f881d0bac8b487926fb4acd48448944ec13b7 (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 e023d86b..243b0547 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