By default TeamCity has 3 GB space for build. If you have smaller instance, you can change it to reduce.
Open buildAgent configuration file by executing below command:
sudo vi /opt/JetBrains/TeamCity/buildAgent/conf/buildAgent.properties
add below line
system.teamcity.agent.ensure.free.space = 2gb
save the file
Now restart the build agent
/opt/JetBrains/TeamCity/buildAgent/bin/agent.sh stop
/opt/JetBrains/TeamCity/buildAgent/bin/agent.sh start
Click here to see steps for installing Team City on Ubuntu
Hands on DevOps Coaching provided on AWS and Azure Cloud platforms. please contact devops.coaching@gmail.com for more info.
Subscribe to:
Post Comments (Atom)
-
We get these questions a lot from the teams we are coaching at my customer's work place How to create microservices? How to break...
-
Let's learn how to connect to an EC2 instance running in AWS from your local machine. Your local machine can be Windows laptop or MacBoo...
-
Amazon Elastic Container Registry (ECR) is a fully managed container registry service provided by Amazon Web Services (AWS). It allows user...
this is great!!!
ReplyDelete