Dynamic memory limit – The total RAM limit for the dynamic raycasters which store dynamic geometry like displacement, VRayProxy objects, VRayFur strands, etc. Note that the memory pool is shared between the different rendering threads. Therefore, if geometry needs to be unloaded and loaded too often, the threads must wait for each other and the rendering performance will suffer. In V-Ray 2.0 and later, you can set this to 0 to remove any limit, in that case, V-Ray will take as much memory as needed.
Default geometry – Internally V-Ray maintains four raycasting engines. All of them are built around the idea of a BSP tree, but have different uses. The engines can be grouped into raycasters for non-motion blurred and for motion blurred geometry, as well as for static and dynamic geometry. This parameter determines the type of geometry for standard 3ds Max mesh objects. Note that some objects (displacement-mapped objects, VRayProxy, and VRayFur objects, for example) always generate dynamic geometry, regardless of this setting.
Static – All geometry is precompiled into an acceleration structure at the beginning of the rendering and remains there until the end of the frame. The static raycasters are not limited in any way and will consume as much memory as necessary.
Dynamic – Geometry is loaded and unloaded on the fly depending on which part of the scene is being rendered. The total memory taken up by the dynamic raycasters can be controlled by the Dynamic memory limit parameter.
Auto – Some objects are compiled as static geometry, while others as dynamic. V-Ray makes the decision on which type to use based on the face count for an object and the number of its instances in the scene.
Я прям не поленился, скопировал из хелпа специально для вас, почитайте пожалуйста.
От себя добавлю что в версияхVray 2.x была проблема с режимом Auto потому и выставляли:
-Dynamic для больших сцен (чтобы геометрия выгружалась из памяти по мере надобности, и загружалась обратно), что довольно сильно увеличивает время рендера.
-Static для сцен которые полностью помещаются в оперативной памяти и считаются из нее, минуя записи и чтение в файл подкачки, при этом время рендера существенно сокращается.
В версиях 3.х этой проблемы нет и рекомендуется Dynamic memory limit ставить в режим Auto.Ну и на тот случай если вы не можете понять написанное выше, то я вам поясню, что лимит памяти рекомендуется ставить в 0, тогда Vray будет использовать всю доступную ему память.
P.S. Тут я не уверен, но посмею предположить что делать траву Fur'ом не очень целесообразно с точки зрения использования памяти, думаю что лучше все же использовать MultiScatter.