Bas Woldman wrote:
I'm having exactly the same issue, I've send a support question to next limit, and I will also point them to this topic and post the response here as soon as I get it. This is, according to me, a priority issue as we especially use network render on these large images, as we need them done in a reasonable amount of time. (that's why we bought the extra license!) So it should be able to cope!
you might want to keep an eye on the ram usage of your machine running the manager.. i also had/have some problems while merging large files..
viewtopic.php?f=72&t=33205for critical scenes always copy the mix files from the nodes
before stopping the job..
with something like this batch:
Quote:
xcopy R:\mxnetwork\rendernode\*.mxi C:\temp\coopTemp\your_rendernode_01.mxi /y
xcopy S:\mxnetwork\rendernode\*.mxi C:\temp\coopTemp\your_rendernode_02.mxi /y
xcopy T:\mxnetwork\rendernode\*.mxi C:\temp\coopTemp\your_rendernode_03.mxi /y
R/S/T representing mapped networkdrives/sharedfolders on nodes (windows)