TeamCity 8.0 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.

Prior to TeamCity 8.1, the thresholds can be changed by modifying the following Configuring TeamCity Server Startup Properties:

Property

Default

Description

teamcity.diskSpaceWatcher.threshold

10000 (10 Mb)

pauses the build queue

Since TeamCity 8.1, the thresholds can be changed by modifying the following Configuring TeamCity Server Startup Properties:

Property

Default

Description

teamcity.diskSpaceWatcher.threshold

500000 (500 Mb)

displays a warning

teamcity.pauseBuildQueue.diskSpace.threshold

50000 (50 Mb)

pauses the build queue

Last modified: 20 April 2023