@dotstdy @castano Yes, offline rendering does have the time luxury of resolving texture accesses late. However, our renders do slow down a lot if the texture cache is thrashed; path tracing doesn't give us much ability to stream tiles, so the most commonly used tiles still need to fit in memory. An 8 GB cache does not thrash for most production renders I've seen.