<div class="gmail_quote">On Thu, May 19, 2011 at 09:54, BartÅ‚omiej W <span dir="ltr">&lt;<a href="mailto:bartlomiej.wach@yahoo.pl">bartlomiej.wach@yahoo.pl</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I wanted to try a 64 bit system out and got the ubuntu with 2 GB RAM and additional 11 GB swap and still I get memory allocation error like this:<br><br><span style="font-style:italic">[0] Maximum memory PetscMalloc()ed 2,514,564,304 OS cannot compute size of entire process</span></blockquote>
<div><br></div><div>This is in PetscMallocComputeLog() and is not really an error. It&#39;s really intended to be called when your program completes since the &quot;maximum usage&quot; is calculated when objects are destroyed instead of when they are allocated. (This could be handled better.) What is your code doing and what options are you running with?</div>
</div>