Forum: Vue


Subject: Max usable video memory in vue 10 ?why default set to 128 with 6gb graphics card

iborg64 opened this issue on Nov 11, 2013 · 5 posts


thd777 posted Mon, 11 November 2013 at 8:36 AM

Quote - Just bought a new pc for 3d rendering(well and gaming too) It has a gforce Titan 6GB graphics card ,which at least makes the view ports fly round in stead of the staggeringly slow movement , or even no movent on heavy scenes that i used to get.However when I go to the options in the box Max usable video memory it has the value 128 I assume thats in MB vue chose that value after the install should I change that to a value closer to the 6GB of RAM the video card actually has? when i tried to change it it will only stay at 1024 though vue does correctly identify the graphics card

 

If your display is fast don't worry about it. :)

Based on the Vue manual : " Max usable video memory: This setting only comes into play when using full quality near the camera. To a lesser degree, it affects the changing to another geometry representation, such as box, wire box, flat shaded or smooth shaded."

The way I read this, is that the setting only applies to specfic situations (for example when using full quality near camera, Vue needs to keep the geometry and textures of those models in the graphics card memory to allow fast rendering via openGL). Outside of those Vue will rely on the driver to allocate graphics memory. This matches what I have seen when using a monitor to see how much memory the graphics card allocates and in general it uses what ever is available (2 Gb in my case).

And yes, the max. value allowed is 1Gb.

Ciao

TD