1)
SQL Server服务器
SSMS -> 服务器右键 -> 内存 -> 设置最大服务器内存
设置800MB比较合适
2)AppFabric内存占用设置
SharePoint命令行管理程序 -> 执行以下命令
Update-SPDistributedCacheSize -CacheSizeInMB 500
https://docs.microsoft.com/zh-cn/SharePoint/administration/plan-for-feeds-and-the-distributed-cache-service
安装 SharePoint Server 时,用于缓存大小的分布式缓存服务的内存分配设置为默认值,即物理内存总量的 10%。
管理员可以通过使用 Update-SPDistributedCacheSize cmdlet 来更改分布式缓存服务的内存分配。
Get-AFCacheHostConfiguration -hostname "winsrv2019" -cacheport 22233