Difference between revisions of "Support:DVS Support"

From DigitalVision
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
== DVS Systems ==
+
{{Template:M-Navlinks-Up|Category:Support}}
 +
= DVS Systems =
  
 
We have experience of DVS Systems slowing down rendering due to additional metadata traffic.
 
We have experience of DVS Systems slowing down rendering due to additional metadata traffic.
Line 5: Line 6:
 
We would advise users to set the following options in <tt>general.prefs</tt>
 
We would advise users to set the following options in <tt>general.prefs</tt>
  
You can expect a small to moderate increase of rendering speed.
+
You can expect a small to moderate increase of rendering speed and reduction in metadata traffic over networks.
  
 
Set <tt>maxPreallocation</tt> to 0
 
Set <tt>maxPreallocation</tt> to 0

Latest revision as of 15:00, 8 November 2017

Darrow-up.png

DVS Systems

We have experience of DVS Systems slowing down rendering due to additional metadata traffic.

We would advise users to set the following options in general.prefs

You can expect a small to moderate increase of rendering speed and reduction in metadata traffic over networks.

Set maxPreallocation to 0

   caches
   {
       fragmentationTest
       {
           activeV2 false
           level 1
       }
       maxPreallocation 0
       paintAutoCleanUpHours 5
       testTimeInterval 600
   }

SAN Based Caches
Please note that this setting should only be used on SAN systems running the DVS Stornext File System

You can also disable 'chunking' of data

asyncWrite
   {
       enable false
       chunkMB 30
   }

Chunk Data
Data Chunking is the process of breaking up large files into seperate blocks of data to be transferred. This can be a benefit to some systems that have low hard-drive buffers