<div dir="ltr">The test could be changed to run ONLY if the vm was started with a limiting -memory argument.  See the attached method, Smalltalk>>#imageMemoryLimit.  Let THAT be the way to enable the test, that the user started the image in a way that doesn't allow it, even accidentally, to swallow up the whole system.<div><br></div><div>Best,</div><div>  Chris</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, May 18, 2022 at 11:07 PM Lauren Pullen <<a href="mailto:drurowin@gmail.com">drurowin@gmail.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">Hi list,<br>
<br>
I can't remember if I already asked this, please ignore if it's a double.<br>
<br>
AllocationTest's testOutOfMemorySignalExtreme is too disruptive to the<br>
rest of the OS to run by default.  It will absolutely fill my hard drive<br>
with pagefile if the OS doesn't trap and ask me to start terminating<br>
processes first.  If the pagefile fills the hard drive many programs are<br>
simply incapable of not corrupting their persisted state... every time<br>
it happens I need to go through and delete preferences and cache<br>
folders.  The test has never completed, and I lack a 1 TB hard drive or<br>
unused ones to RAID together.<br>
<br>
I feel it's appropriate to disable that test and require users<br>
explicitly allow it to run.  Personally, I delete the method.  Can this<br>
be disabled?<br>
<br>
</blockquote></div>