Configuring Team City internal.properties to increase git fetch memory
- by 78lro
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.
http://confluence.jetbrains.net/display/TCD65/Git+%28JetBrains%29#Git%28JetBrains%29-InternalProperties
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