背景:
阅读新闻

windows Server内存设置相关

  作者: 今日评论: [字体: ]

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

来源:
录入日期:[2019/07/12 23:25:00]
收藏 推荐 打印 | 录入:mikebai | 阅读:
文章评论      
正在加载评论列表...
评论表单加载中...