Question about MOI background processing behavior

 From:  Michael Gibson
642.8 In reply to 642.7 
Hi Pilou, you probably ran out of memory. Once that happens things will go very very slowly as memory is swapped back and forth to the disk. That's probably why Ctrl+Alt+Delete was even very slow.

Array line does not currently have any cancel mechanism built into it, for the time being you should generally try to avoid making very large numbers of objects with it.

- Michael