Hi, in <b>make-batch-counts</b>, we need to set the batch-size in order to count faster. it says "For maximum performance, batch-size should be as large as possible without triggering paging". However, sometimes I found it would crash if I set it too large (eg. 500). So I want to ask if there is any limitation to batch-size. Suppose every text in file list is <b>a</b> MB, the memory of server is <b>b</b> MB,the batch-size should not be larger than <b>b/a</b>, is it right? Or some other limitations?<div>
Thanks!</div><div><br></div><div>Meng CHEN</div>