I'm specifically trying to find a renderfarm that works with large (multi-GB) blends due to my use of smoke.
When running Loki I'm getting a MasterFrozenException but I can't tell where from, even when looking at the raw code. I'm going to add some comments in to see if I can figure out what's causing it, but if anyone else has had this problem and knows a fix, please let me know!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am guessing this might be a heap space issue (this has been a problem with big jobs). Try and increase your heap space and let me know if that fixes the problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm specifically trying to find a renderfarm that works with large (multi-GB) blends due to my use of smoke.
When running Loki I'm getting a MasterFrozenException but I can't tell where from, even when looking at the raw code. I'm going to add some comments in to see if I can figure out what's causing it, but if anyone else has had this problem and knows a fix, please let me know!
It's occurring on the Broker run() main catch() for MasterFrozenException thrown by handleIncomingDelivery()
"failed to delivermessage w/ 10 second time out."
I am guessing this might be a heap space issue (this has been a problem with big jobs). Try and increase your heap space and let me know if that fixes the problem.