标签:sharepoint 2013 spdistributed cacheservice 介绍与配置 appfabriccachingserv
SharePoint 2013 SPDistributedCacheService 是SharePoint server 2013引入的一种缓存机制,它通常用于以下功能的缓存:
a. 倒入 power shell 网络安全模块
Import-ModuleNetSecurity
b. 开启防火墙规则
Set-NetFirewallRule-DisplayName "File and Printer Sharing (Echo Request -ICMPv4-In)" -Enabled True
c. 将本机加入到 Cache host cluster (集群)
Add-SPDistributedCacheServiceInstance
4. 将本机缓存大小设置为 2G, 系统默认为本机内存的 5%
Update-SPDistributedCacheSize-CacheSizeInMB 2048
注意:单机机缓存大小不要超过 16 G,且不要超出本机总内存的40%
2. 运行以下命令验证配置结果
a. Get-CacheHost
b. Get-CacheHostConfig -ComputerName rtatstuswspapp2 –CachePort 22233
通过笔者的测试,配置了SPDistributedCacheService 之后,叶面加载效率大概提升10~20 倍。
SharePoint 2013 SPDistributedCacheService 介绍与配置
标签:sharepoint 2013 spdistributed cacheservice 介绍与配置 appfabriccachingserv
原文地址:http://blog.csdn.net/abrahamcheng/article/details/39297995