Configuring Team City internal.properties to increase git fetch memory
Posted
by
78lro
on Stack Overflow
See other posts from Stack Overflow
or by 78lro
Published on 2012-09-03T15:36:08Z
Indexed on
2012/09/03
15:37 UTC
Read the original article
Hit count: 742
When pulling from GIT my Team City install is getting an out of memory error.
According to the Team City documentation I should be able to increase the memory assigned to the git fetch process, by setting the value for teamcity.git.fetch.process.max.memory to something greater than the default 512MB.
Problem is there does not appear to be an internal.properties file in the location specified.
I have tried creating one in the TeamCity/conf/internal.properties as suggested here:
http://devnet.jetbrains.net/thread/302596
But I still get the out of memory issue when Team City tries to pull from github
thx
© Stack Overflow or respective owner