Forum Discussion
sassdawe
Jan 13, 2019MCT
Distributed Cache crashing under SharePoint 2019 running on WS2019
Happy New Year! I'm having some trouble setting up my new Lab environment using the latest and greatest technologies: Windows Server 2019, SQL 2017 and SharePoint 2019 on three different Hyper-V VM...
- Jan 14, 2019
Adding mikeleemsft. Try running this:
Use-CacheCluster # Stop the Caching Services on all cache hosts in the cluster. stop-cachecluster # Export existing cache cluster configuration Export-cacheclusterconfig -file c:\temp\appfabconfig.txt # make a copy of "appfabconfig.txt" and name it "appfabconfig2.txt" # Edit appfabconfig2.txt # Change <caches partitionCount="256" to "128" # Import the changes. Import-cacheclusterconfig c:\temp\appfabconfig2.txt # Start the Caching Services on all cache hosts in the cluster. Start-cachecluster # Stop the Caching Services on all cache hosts in the cluster. stop-cachecluster # Import the original settings Import-cacheclusterconfig c:\temp\appfabconfig.txt # Start the Caching Services on all cache hosts in the cluster. Start-cachecluster
rezmes
Jul 21, 2021Copper Contributor
When I am searching to solve a problem in SharePoint, Before reading the answers I look for your profile picture. Because I am always sure that if you answered the question, that means my problem is definitely solved.
Jul 21, 2021
That's nice of you to say, thank you!
By the way, this bug is fixed in SharePoint Server Subscription Edition Preview!
By the way, this bug is fixed in SharePoint Server Subscription Edition Preview!