comparison mercurial/help/config.txt @ 18636:dcb27c153a40

worker: estimate whether it's worth running a task in parallel Not implemented for Windows yet.
author Bryan O'Sullivan <bryano@fb.com>
date Sat, 09 Feb 2013 15:51:26 -0800
parents e71c2ff93167
children a40d608e2a7b
comparison
equal deleted inserted replaced
18635:fed06dd07665 18636:dcb27c153a40
1461 ``style`` 1461 ``style``
1462 Which template map style to use. 1462 Which template map style to use.
1463 1463
1464 ``templates`` 1464 ``templates``
1465 Where to find the HTML templates. Default is install path. 1465 Where to find the HTML templates. Default is install path.
1466
1467 ``worker``
1468 ----------
1469
1470 Parallel master/worker configuration. We currently perform working
1471 directory updates in parallel on Unix-like systems, which greatly
1472 helps performance.
1473
1474 ``numcpus``
1475 Number of CPUs to use for parallel operations. Default is 4 or the
1476 number of CPUs on the system, whichever is larger. A zero or
1477 negative value is treated as ``use the default``.