Difference between revisions of "Support:DVS Support"

From DigitalVision
Jump to: navigation, search
(Created page with "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...")
 
Line 1: Line 1:
DVS Systems
+
== 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.
  
We would advise users to set the following options in general.prefs  
+
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.
  
Set maxPreallocation to 0
+
Set <tt>maxPreallocation</tt> to 0
  
     ''caches
+
     caches
 
     {
 
     {
 
         fragmentationTest
 
         fragmentationTest
Line 19: Line 19:
 
         paintAutoCleanUpHours 5
 
         paintAutoCleanUpHours 5
 
         testTimeInterval 600
 
         testTimeInterval 600
     }''
+
     }
 +
 
 +
{{M-Alert|'''Pcie LinkSpeed'''<br/>It is important that certain slots and card combinations are configured for maximum performance.<br/>Set to ''Gen3'' for graphics cards, RAID cards and (potentially) other high performance cards.<br/>'''You will need to know what cards are in what slot'''}}
 +
|}

Revision as of 15:48, 2 September 2016

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.

Set maxPreallocation to 0

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

Pcie LinkSpeed
It is important that certain slots and card combinations are configured for maximum performance.
Set to Gen3 for graphics cards, RAID cards and (potentially) other high performance cards.
You will need to know what cards are in what slot

|}