Majik Tutorial: Audio Speaker

 From:  Michael Gibson
4561.22 In reply to 4561.21 
Hi Mike, thanks for sending the crash report. I'll take a look and see if something can be tuned up so that it becomes just a failure rather than a crash but often times out of memory handling is quite difficult to deal with well. Just in general it's not something that I expect to get to as high a level of robustness as regular operation. One reason for that is that it's difficult to test and replicate the problem with the memory allocation failing in the exact same way as it did during your run.

Usually it is best to try and avoid running out of memory in the first place. If you know that you have a particularly heavy model and that it is likely to run out of memory try exporting it in some chunks instead of all in one big piece.

- Michael