TeamCity 2019.1 Help

TeamCity Disk Space Watcher

TeamCity server regularly checks for free disk space on the server machine (in the TeamCity Data Directory) and displays a warning on all the pages of the web UI is the free disk space falls below a certain threshold. If the space continues to decrease and reaches a certain limit, the build queue is paused.

The thresholds can be changed by modifying the following internal properties values in KB:

Property

Default

Description

teamcity.diskSpaceWatcher.threshold

512000 (500 MB)

displays a warning

teamcity.pauseBuildQueue.diskSpace.threshold

51200 (50 MB)

pauses the build queue

You can use Disk Usage report to evaluate what projects use the most of the disk space and adjust the clean-up rules if required.


See also:

Administrator's Guide: Free disk space on agent | Disk Usage | Clean-up