<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="#0563C1" vlink="#954F72" lang="EN-US">
<div>This will mean that Paraview will have very little
 memory available to it (confirmed using Memory inspector) and it will be very slow!</div></div></blockquote><div><br></div><div>The Memory inspector can't really be relied on right now because it includes cached memory in the "used" total.  Basically it's reporting Total - Free, where free is completely unused by anything.  In reality, you actually have Free + Cached available for use as the kernel will prioritize application memory requests over background kernel cache.  When looking at top you should see the following memory categories:<br><ul><li>Total - All memory present on the system</li><li>Free - Memory that is entirely free and clear, not used by anything</li><li>Used - Memory being directly used by applications and kernel</li><li>Buff / Cache - Memory that the kernel manages to keep frequently accessed data <br></li></ul><p>The Buff / Cache is what usually gets ignored and / or misinterpreted.  While it is being used by the kernel, it's also available to be reclaimed by applications once the Free memory is exhausted.  So when looking at top, the memory you have available for application use is Total - Used, which should equal Free + Cached.  Memory inspector misreports this.<br></p></div></div><br></div></div>