HDMake Temporary file location
-
2011년 8월 8일 월요일 오전 12:34
I am finding that I can usually get some good performance improvements in my image pipeline by optimizing spindle usage. hdmake looks like it is using the windows TEMP directory for temporary files. Would it be possible to add the ability to specify an alternate location for temporary files on the command line e.g., "-tempdir <path>"?
David
- 편집됨 David Rogers 2011년 8월 8일 월요일 오전 12:34 style
모든 응답
-
2011년 8월 8일 월요일 오전 1:39소유자
Hello David,
It looks like hdmake borrowed some old code from Image Composite Editor (one of our other products). So, if you create a Windows environment variable named ICE_CACHE_LOCATION and set its value to a path on your system, then you can change the temp location that hdmake uses. But, I do like your suggestion for a longer term fix of having a command line option.
- 답변으로 표시됨 Matt UyttendaeleMicrosoft Employee, Owner 2011년 8월 8일 월요일 오전 1:39
- 편집됨 Matt UyttendaeleMicrosoft Employee, Owner 2011년 8월 8일 월요일 오전 2:40
-
2011년 8월 8일 월요일 오전 2:07Oh! Huzzah! :-) Thanks! I only have 13 GB available on my system drive, and that goes pretty fast!