浏览代码

HPCC-13311 Edits based upon review

Signed-off-by: Jim DeFabia <jamesdefabia@lexisnexis.com>
Jim DeFabia 10 年之前
父节点
当前提交
8681ab37b8
共有 1 个文件被更改,包括 8 次插入8 次删除
  1. 8 8
      docs/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml

+ 8 - 8
docs/ECLLanguageReference/ECLR_mods/Templ-OPTION.xml

@@ -663,7 +663,7 @@
             <row>
               <entry><emphasis>noteRecordSizeInGraph</emphasis></entry>
 
-              <entry>Default: false</entry>
+              <entry>Default: true</entry>
 
               <entry>Add estimates of record sizes to the graph</entry>
             </row>
@@ -685,11 +685,11 @@
             </row>
 
             <row>
-              <entry><emphasis> showRecordCountInGraph</emphasis></entry>
+              <entry><emphasis>showRecordCountInGraph</emphasis></entry>
 
-              <entry>Default: false</entry>
+              <entry>Default: true</entry>
 
-              <entry>Show estimates of record counts in the graph </entry>
+              <entry>Show estimates of record counts in the graph</entry>
             </row>
           </tbody>
         </tgroup>
@@ -1224,7 +1224,7 @@
             <row>
               <entry><emphasis>maxCompileThreads</emphasis></entry>
 
-              <entry>Default 2</entry>
+              <entry>Default 4 for eclccserver and 1 for eclcc </entry>
 
               <entry>Number of compiler instances to compile the c++</entry>
             </row>
@@ -1248,15 +1248,15 @@
             <row>
               <entry><emphasis>spanMultipleCpp</emphasis></entry>
 
-              <entry>Default: false</entry>
+              <entry>Default: true</entry>
 
-              <entry>Generate a work unit in multiple c++ files </entry>
+              <entry>Generate a work unit in multiple c++ files</entry>
             </row>
 
             <row>
               <entry><emphasis>activitiesPerCpp</emphasis></entry>
 
-              <entry>Default 1</entry>
+              <entry>Default 500 for Linux or 800 for Windows</entry>
 
               <entry>Number of activities in each c++ file (requires
               spanMultipleCpp)</entry>