February 2013
Intermediate to advanced
304 pages
8h 26m
English
Scenario/Problem: You need to modify performance properties of Visio Graphics Services.
Solution: Use the Set-SPVisioPerformance cmdlet to configure the performance settings.
One of the unique characteristics of the Set-SPVisioPerformance cmdlet is that it requires all the parameters for configuring the Visio Graphics Service. Therefore, you must provide a value for each setting, as shown in Listing 24.7.
Listing 24.7. Configuring the Visio Performance Settings
Set-SPVisioPerformance -VisioServiceApplication "Visio GraphicsService" -MaxDiagramCacheAge 30 -MaxDiagramSize 5 -MaxRecalcDuration60 -MinDiagramCacheAge 10
The -MaxDiagramCacheAge parameter determines the maximum number of minutes a diagram ...
Read now
Unlock full access