Improve Configuration Manager Performance: Rebuild Indexes and SQL Memory and Database Limits. In this guide, I will show you some steps to simply tune Configuration Manager performance. These are simple steps, but many of us forget to do this.
Configuration Manager:
Configuration Manager Rebuild Indexes
1. Start your Configuration Manager Console;
2. 前往 Administration\Site Configuration\Sites. Select your site and click Settings 在上菜单中. 点击 Site Maintenance;
3. In the list find Rebuild Indexes 然后单击 编辑;
4. 点击 Enable this task and set the time and days to run. When complete click 好的;
5. Configure ALL OTHER items in the list as you need and click 好的;
SQL:
Memory Limit
- 跑步 SQL Management Studio and connect to your SCCM Instance;
2. 鼠标右键 click on the instance and click 特性;
3. For Memory enter your Minimum server memory (单位:MB) 和 Maximum server memory (单位:MB). 点击 好的;
4. 鼠标右键 click on the instance and click Restart to apply Memory changes;
5. In pop-up windows click 是的;
Database File Size limits
- 鼠标右键 click on your SCCM database 然后单击 特性;
2. For Files set Initial Size (MB) 和 Autogrowth/Maxsize;
3. For Options at option Recovery model set Simple (if you set Full – then your logs increase very quickly and eat all disk space). 点击 好的;
4. Repeat these steps for the SUSDB database and ReportServer database (by default Recovery model – Full);