<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi all,<br>
    <br>
    I will have time to look further tonight.<br>
    <br>
    I have Win 7 4G of RAM.<br>
    <br>
    I can allocate a ByteArray of 400M but not one of 500M regardless if
    I start with the -memory: 1024 option.<br>
    <br>
    I also cannot allocate 400M and then 100M. I get the low space
    warning which repeats constantly if I click "Proceed".<br>
    <br>
    Thanks to all, I will try to upload an image and changes for Eliot
    tonight.<br>
    <br>
    Cheers,<br>
    <br>
    Herbert<br>
    <br>
    <div class="moz-cite-prefix">Am 18.03.2013 22:09, schrieb Herbert
      K&ouml;nig:<br>
    </div>
    <blockquote cite="mid:5147829A.3000106@gmx.net" type="cite">Hi,
      <br>
      <br>
      I'm no expert in crashing the VM so maybe it's me doing something
      stupid.
      <br>
      I have a 157 MB semicolon delimited file from which I basically
      want to create 1.5 million objects.
      <br>
      Around 1.37 million I get the attached crash dump. Memory is
      around 530M
      <br>
      Everything works fine if I only read the second half of the file.
      <br>
      I tried croquet.exe -memory: 1024 without success.
      <br>
      <br>
      I read the whole file into a String and before I sprinkled the
      method with debugging aids it looked like:
      <br>
      <br>
      initFrom: aString
      <br>
      &nbsp;&nbsp;&nbsp; "read the protocol file via feeding its lines into a state
      machine each performed method returns the state for the next line"
      <br>
      &nbsp;&nbsp;&nbsp; |status|
      <br>
      &nbsp;&nbsp;&nbsp; status := #initialHeaders:.
      <br>
      &nbsp;&nbsp;&nbsp; aString linesDo: [:line|
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; status := self perform: status with: line].
      <br>
      <br>
      Latest Cog VM, image updated to 12333.
      <br>
      <br>
      Cheers,
      <br>
      <br>
      Herbert
      <br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
  </body>
</html>