<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
In the 4.0.5RC1 I get overflow errors (Host birn05-apps2 cpu report
overflows in memory usage calculation) for windows cpu reports like <br>
<br>
<pre>Memory Statistics
Total Physical memory:          2415353856 bytes (2.25GB)
Available Physical memory:       966356992 bytes (922.00MB)
Total PageFile size:            4294967295 bytes (4.00GB)
Available PageFile size:        3075772416 bytes (2.87GB)
Total Virtual memory size:      2147352576 bytes (2.00GB)
Available Virtual memory size:  2117836800 bytes (1.97GB)

</pre>
<br>
<br>
Henrik Stoerner skrev:
<blockquote cite="mid20050719204602.GA11332@hswn.dk" type="cite">
  <pre wrap="">On Tue, Jul 19, 2005 at 10:43:44PM +0200, Henrik Stoerner wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Thanks, testing this clearly shows that it overflows the "unsigned long"
calculations being done by Hobbit. The attached patch should solve this,
    </pre>
  </blockquote>
  <pre wrap=""><!---->
For those not familiar with patching, to apply this you must:

  cd hobbit-4.0.4
  patch -p1 </tmp/hobbit-4.0.4-win32mem.patch
  make
  stop hobbit
  as root: "make install"
  start hobbit

Henrik


To unsubscribe from the hobbit list, send an e-mail to
<a class="moz-txt-link-abbreviated" href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a>



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