<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <DEFANGED_meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I've watched the memory use climb while the CPU cycles drop to 1 or 2
percent. Presumably it does into a swap frenzy. The same thing happens
whether r.contour finishes successfully or not.<br>
<br>
How would I measure the size of the areas? I'll look for the area sizes
later today. Gotta go to work now...<br>
<br>
Michael<br>
<br>
Hamish wrote:
<blockquote cite="mid20060309203847.664f1f04.hamish_nospam@yahoo.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I'm using r.contour to extract contours from a DEM raster. Everything 
works fine until I try to do a region over a certain size. Then 
r.contour just quits spontaneously. If I run it from the command line,
all it says is "Killed".

I'm sure it's a memory/size problem, and the routine take a long time,
but I just want to set it to work and wait for the response. Is there 
anyone who understands r.contour enough who would care to do some 
debugging? I'd be happy to work together on this.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
try running "top" in a terminal window along side and watch the memory
grow.

How big is too big?


Hamish
  </pre>
</blockquote>
</body>
</html>