<div dir="ltr"><div class="gmail_extra">On 19 September 2013 17:38, Rolf Schrittenlocher <span dir="ltr"><<a href="mailto:schritte@ub.uni-frankfurt.de" target="_blank">schritte@ub.uni-frankfurt.de</a>></span> wrote:<br>

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><br>
My idea is that values larger than 10 Gb are calculated the wrong way (because all zones using total memory less than 10 Gb are presented correctly). But I cannot find the place to fix this. Any ideas or hints?<br></blockquote>

<div><br></div><div>Perhaps it's not a special case for >10G, but perhaps it's an overflow at 8G, so that anything larger than that goes negative.  I'm guessing 8G (rather than 10G) would be the threshold, as it's a power of two.  Are you able to reduce the zone's RAM allocation to a little greater, and then a little less than 8G to see if this is the case?  Or do you have examples of correctly displayed values greater than 8G and less that 10G?  By 8G, I mean exactly 2^33=8589934592 (or perhaps one less).</div>

<div><br></div><div>J<br></div><div><br></div></div></div></div>