瀏覽代碼

add note about no of raster maps to be opened
(merge https://trac.osgeo.org/grass/changeset/41714 from devbr6)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41715 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 15 年之前
父節點
當前提交
a72a364687
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      raster/r.series/r.series.html

+ 15 - 0
raster/r.series/r.series.html

@@ -53,6 +53,21 @@ negative values, or <em>range=-inf,-200.4</em> to ignore values above -200.4).
 Linear regression (slope, offset, coefficient of determination) assumes equal time intervals.
 If the data have irregular time intervals, NULL raster maps can be inserted into time series
 to make time intervals equal (see example).
+<p>
+Number of raster maps to be processed is given by the limit of the
+operating system. For example, both the hard and soft limits are
+typically 1024. The soft limit can be changed with e.g. <tt>ulimit -n
+1500</tt> (UNIX-based operating systems) but not higher than the hard
+limit. If it is too low, you can as superuser add an entry in
+
+<div class="code"><pre>
+/etc/security/limits.conf
+% #<domain>      <type>  <item>         <value>
+% your_username  hard    nofile          1500
+</pre></div>
+
+This would raise the hard limit to 1500 file. Be warned that more
+files open need more RAM.
 
 <h2>EXAMPLES</h2>