<div dir="ltr"><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
-       if (mem_total - mem_used < (long)min_kb) {<br>
+       if (mem_total - mem_used + (9 * file_pages)/10 < (long)min_kb) {<br>
                tst_res(TINFO,<br>
                        "Not enough free RAM on node %i, have %likB needs %zukB",<br>
                        node, mem_total - mem_used, min_kb);<br></blockquote><div><br></div><div><div class="gmail_default" style="font-size:small">We'd better count that part in the output message as well.</div></div><div><br></div><div><div class="gmail_default" style="font-size:small">Reviewed-by: Li Wang <<a href="mailto:liwang@redhat.com" target="_blank">liwang@redhat.com</a>></div><br></div></div><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div>Regards,<br></div><div>Li Wang<br></div></div></div></div>