You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jo...@apache.org on 2016/04/05 01:11:55 UTC

[2/2] mesos git commit: Added documentation of `LIBPROCESS_NUM_WORKER_THREADS`.

Added documentation of `LIBPROCESS_NUM_WORKER_THREADS`.

Review: https://reviews.apache.org/r/45496/


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/40b84e08
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/40b84e08
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/40b84e08

Branch: refs/heads/master
Commit: 40b84e0859ddd541c274d1cb5c0a676178408e91
Parents: d1d2491
Author: Maged Michael <ma...@gmail.com>
Authored: Mon Apr 4 19:05:47 2016 -0400
Committer: Joris Van Remoortere <jo...@gmail.com>
Committed: Mon Apr 4 19:11:23 2016 -0400

----------------------------------------------------------------------
 docs/configuration.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/40b84e08/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index da42eaf..621d272 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -1770,6 +1770,16 @@ isolator. (default: false)
       Examples: `10/1secs`, `100/10secs`, etc.
     </td>
   </tr>
+  <tr>
+    <td>
+      LIBPROCESS_NUM_WORKER_THREADS
+    </td>
+    <td>
+      If set to an integer value in the range 1 to 1024, it overrides
+      the default setting of the number of libprocess worker threads,
+      which is the maximum of 8 and the number of cores on the machine.
+    </td>
+  </tr>
 </table>