TeamCity 8.02 is ignoring java_home
I installed 64 bit Java JRE because of out-of-memory errors (and having maximized memory options for 32-bit) and set the JAVA_HOME environment variable accordingly on Windows. TeamCity is running as a service and is still using embedded JRE ..\jre which is 32-bit.
What do I have to change to make TeamCity use the 64-bit JRE? Unfortunately the documentation is very lacking in this regard.
Please sign in to leave a comment.
Michael,
Documentation is quite straightforward at this point. Shutdown your TeamCity server, replace <TeamCityDir>/jre with copy of x64 jre, start server.
d'oh - I don't know how I didn't see this right in front of my eyes :( - thanks Nikita.