<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Mar 15, 2024 at 11:59 AM Severin Gehwolf <<a href="mailto:sgehwolf@redhat.com">sgehwolf@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, 2024-03-15 at 10:12 +0000, Andrew Haley wrote:<br>
> In java/util/HashMap/WhiteBoxResizeTest.jtr:<br>
> <br>
> Error occurred during initialization of VM<br>
> Could not reserve enough space for 2097152KB object heap<br>
> <br>
> So we're seeing red on the tier1 runs on Linux-i686. I'm not sure what we can<br>
> do about this, perhaps we should disable the test for x86-32?<br>
<br>
The test seems to need a 2GB heap:<br>
<br>
run=USER_SPECIFIED testng/othervm -Xmx2g WhiteBoxResizeTest<br>
<br>
So perhaps this as a fix?<br>
<br>
@requires (os.maxMemory > 2g)<br></blockquote><div><br></div><div>A 2GB allocation on 23-bit is more likely to run out of address space than out of physical memory.</div><div><br></div><div>I think excluding this for 32-bit makes the most sense.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Thanks,<br>
Severin<br>
<br>
</blockquote></div></div>