cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Utilization Subsystem Performance Issues

bmehringer
12-Amethyst

Utilization Subsystem Performance Issues

All - I wanted to share a hard learned lesson when using the Utilization Subsystem to track statistics on the executed services on the platform.  The Utilization Subsystem has 4 settings on its configuration tab, and we had all 4 set to TRUE:

US_Settings.png

We found that when we had the last setting set to TRUE, then our TempDB file for MS SQL Server was growing very quickly (40 - 50GB every 24hrs).  Our server was running out of disk space daily and when we restarted the server, we got all the TempDB space back and everything ran fine for another day.

 

We wrote an app that monitors the TempDB size on our SQL server and you can clearly see when we changed setting "Enable Statistics Persistence" to FALSE and the growth speed of the TempDB database slowed drastically.

US_Chart.png

 

Wanted to share with anyone else using the Utilization Statistics in 8.3 and above.

 

1 ACCEPTED SOLUTION

Accepted Solutions
posipova
20-Turquoise
(To:bmehringer)

Thank you for sharing this. Please keep in mind, it's never the best practice to run statistics (or deeper level of logs, for example) at all times and should be done when necessary. Depending on the application, it can easily affect performance and consume too much of resources.

View solution in original post

1 REPLY 1
posipova
20-Turquoise
(To:bmehringer)

Thank you for sharing this. Please keep in mind, it's never the best practice to run statistics (or deeper level of logs, for example) at all times and should be done when necessary. Depending on the application, it can easily affect performance and consume too much of resources.

Top Tags