Limit the number of concurrent site upgrades

If you are upgrading from SharePoint 2010 to SharePoint 2013 you may wish to limit the number of sites that can be upgraded concurrently.  The example below uses the Set-SPContentDatabase PowerShell cmdlet to set the limit to 5:

$var = Get-SPContentDatabase WSS_Content
$var.ConcurrentSiteUpgradeSessionLimit = 5
[BlogBookmark] [Blogsvine] [del.icio.us] [Digg] [Facebook] [Furl] [Google] [LinkedIn] [MySpace] [Reddit] [Slashdot] [StumbleUpon] [Twitter] [Windows Live] [Yahoo!] [Email]