Hello,
I'm facing a issue with the Memory Tracking feature of VrayNext. The feature itself is working great and is really helpful. But I'm currently developping a more sophisticated pipeline for rendering and when we launch several frames on the renderfarm, the memory tracking doesn't output properly by frame.
Example :
If I launch a quick shot with 10 frame i've go only few frame memory tracking log.
I presume it is something related to how you handle the log naming. At the moment the name generated is
So if 2 farms try to write at the same time it couldn't work.
I've checked the documentation, but there is not much about this feature so Is there a way to add frame number to the memory tracker log filename (maybe via a token) ?
Thanks.
I'm facing a issue with the Memory Tracking feature of VrayNext. The feature itself is working great and is really helpful. But I'm currently developping a more sophisticated pipeline for rendering and when we launch several frames on the renderfarm, the memory tracking doesn't output properly by frame.
Example :
If I launch a quick shot with 10 frame i've go only few frame memory tracking log.
I presume it is something related to how you handle the log naming. At the moment the name generated is
Code:
<userstring>_YYYYMMDDhhmmss_<maxfilename>.html
I've checked the documentation, but there is not much about this feature so Is there a way to add frame number to the memory tracker log filename (maybe via a token) ?
Thanks.
Comment