[GRASS-SVN] r41714 - grass/branches/develbranch_6/raster/r.series

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 4 11:51:11 EDT 2010


Author: martinl
Date: 2010-04-04 11:51:10 -0400 (Sun, 04 Apr 2010)
New Revision: 41714

Modified:
   grass/branches/develbranch_6/raster/r.series/description.html
Log:
add note about no of raster maps to be opened


Modified: grass/branches/develbranch_6/raster/r.series/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.series/description.html	2010-04-04 14:43:23 UTC (rev 41713)
+++ grass/branches/develbranch_6/raster/r.series/description.html	2010-04-04 15:51:10 UTC (rev 41714)
@@ -53,7 +53,22 @@
 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>
 
 Using <em>r.series</em> with wildcards:



More information about the grass-commit mailing list