Configuring Visio Performance Settings

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 ...

Get PowerShell™ for SharePoint® 2013 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.