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 |
---|---|---|
| 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 |
---|---|---|
| 500000 (500 Mb) | displays a warning |
| 50000 (50 Mb) | pauses the build queue |