brianlala / AutoSPInstaller

Automated SharePoint 2010/2013/2016/2019/SE PowerShell-based installation script.
https://autospinstaller.com
MIT License
170 stars 80 forks source link

Appfabric CU for SP2013 #53

Open journeym opened 4 years ago

journeym commented 4 years ago

Is there a reason to use CU5 for AppFabric exclusively for SP2013? It works way better performance wise with CU7 + backgroundGC patch (http://www.jeremytaylor.net/2015/09/17/how-to-patch-sharepoint-distributed-cache-the-proper-way/)

brianlala commented 4 years ago

You're of course free to patch whatever AppFabric CU version you want after the install is complete, but as far as the official version that the PrerequisiteInstaller.exe installs and expects I believe that's still CU5 so we'll stick with that for now.

Having said that, the function Install-AppFabricCU will try to install CU7 first (after SP is originally installed) if the expected installation binary is found. Then CU6, then CU5 etc.