<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Hi Jörg,</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 3, 2022 at 1:30 PM Jörg Belger <<a href="mailto:unique75@web.de">unique75@web.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">This leads to an image/VM crash too<br>
<br>
        | oc |<br>
        oc := OrderedCollection new.<br>
        400000000 timesRepeat: [oc add: Object new]<br></blockquote><div><br></div><div class="gmail_default" style="font-size:small">This just worked for me in a 64-bit trunk (Spur) image.  When you say it crashes what exact version of image and vm are you using and how does it crash?</div><div class="gmail_default" style="font-size:small"></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
This here is working for me:<br>
<br>
        | oc |<br>
        oc := OrderedCollection new: 400000000.<br>
        400000000 timesRepeat: [oc add: Object new]<br>
<br>
This here is working too for me:<br>
<br>
        | oc |<br>
        oc := OrderedCollection new.<br>
        400000000 timesRepeat: [oc add: 1]<br>
<br>
It seems there is possibly a memory problem in the VM.<br>
</blockquote></div><div><br></div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-size:small;border-collapse:separate"><div>_,,,^..^,,,_<br></div><div>best, Eliot</div></span></div></div></div></div>