<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">Hi Levente,</div><div class="gmail_quote"><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="gmail-"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">It looks like its taking as long as 15 minutes to index a single VMMaker.oscog Version into Magma (see log output below).  With more than 3500<br>
Versions in VMMaker, my guess is this could take another few weeks!<br>
<br>
So, I suggest that we go ahead and cut over to the new image using only SSFilesystem.  I will run a separate Squeak VM process to finish loading<br>
</blockquote>
<br></span>
If you do that, make sure you start the VM with<br>
<br>
        ionice -c3 nice squeak ...<br>
<br>
ionice -c3 will make it only use the disk when no other processes use it. nice affects CPU usage in a similar way.<br></blockquote><div><br></div><div>Okay.  Hey, that&#39;s really nice to know about ionice, I have another system suffering by an IO hog..  </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
It would still take months to process everything. I&#39;m not sure it would work out. Perhaps we&#39;d better wait for the new server, which will probably have better CPUs. </blockquote><div><br></div><div>Yes, that makes absolute sense.  We only have until 1 Dec 2016, just 90 days, so we should just coincide this upgrade with that transition to Rackspace!</div><div><br></div><div>I would actually like to get started on that right away, do we actually have a running server yet which I could log into?<br></div><div><br></div><div>The most efficient transfer possible would be directly from the Gandi to the Rackspace server, does that sound right?  Is this an opportunity to test the &quot;restore&quot; portion of our &quot;Backup &amp; Restore systems&quot;?  IOW, in theory, we should be able to deploy some &quot;backup artifact&quot; onto Rackspace and simply, restore it..?  Do we have such a thing?<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="gmail-"><br></span>
If I undestand these logs correctly, then it took almost 82 minutes to process 10 mczs. That&#39;s about 8 minutes and 12 seconds per mcz instead of 15 minutes. But that&#39;s still quite a lot. &quot;profile and optimize&quot; :)</blockquote><div><br></div><div><div>I know 15 minutes for one mcz sounds inefficient, but consider that VMMaker.oscog mcz&#39;s each have about 14K MCDefinitions in them, which means 14K queries to a huge collection in Magma to determine if its already present (and adding it if it isn&#39;t).  So:</div><div><br></div><div>      15 minutes / 14000       &quot;0:00:00:00.064285714  per query&quot;   </div><div><br></div><div>6 hundredth&#39;s of a second is plenty fast enough for things like our history query, but yes, pretty slow for bulk-loading 17GB worth of them.  *There is so much duplication* between the mcz&#39;s...   I thought about some ideas like trying to process 10 at a time, but finally just settled on simplicity and patience.  I am open to suggestions though, even high-level ones..   :)</div><div><br></div></div></div></div></div>