Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to clear insufficient space on disk where the following directory resides in teamcity

I am getting the following message :-

Warning: insufficient space on disk where the following directory resides: Z:\TeamCity\.BuildServer\system. Disk space available: 915.53Mb. Please contact your system administrator.

I already have executed the build history cleanup command. but this has not done much. Can you please guide what directory under the following path I clear up to make space on disk.

This Z:\TeamCity.BuildServer\system path has artifacts, caches, changes, messages directories. Which directory to delete to make space. Many Thanks

like image 229
sam Avatar asked May 30 '13 07:05

sam


1 Answers

Take a look to the Clean-up process settings: http://blogs.lessthandot.com/index.php/ITProfessionals/ITProcesses/don-t-forget-to-clean

Wayback Machine Archive Link

By default TeamCity kepts everything forever, you must configure clean-up rules for each project.

like image 95
mapache Avatar answered Sep 28 '22 08:09

mapache