On Tue, Jan 13, 2009 at 11:33 PM, Darryl L. Pierce <span dir="ltr"><<a href="mailto:dpierce@redhat.com">dpierce@redhat.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
If the ovirt_overcommit kernel argument is passed, the value supplied<br>
will override the default value, which is 2GB.<br>
</blockquote><div><br>nack - that's too easy :)<br><br>lemme try to explain what I had in mind:<br>parameter should accept the overcommit ratio as its value and not max. size in MB - otherwise admin needs to adjust it for different machines<br>
<br>ovirt_overcommit=N<br>means swap area is set to N * MEM_SIZE<br><br>default N is 2, in case parameter is not present<br>special case N=0, means overcommit is not used and swap area is set to min. required size from the table in <a href="http://kbase.redhat.com/faq/docs/DOC-15252">http://kbase.redhat.com/faq/docs/DOC-15252</a><p>
MEM_SIZE    SWAP_SIZE</p><p><=4GB           2GB</p><p>4GB to 16GB  4GB</p><p>16GB to 64GB  8GB</p><p>64GB to 256GB  16GB</p><p><br></p></div></div>