I have YouTrack5.x running as a web app in a Tomcat install of TeamCity 8. How do I set configurations up such that I do not get OutOfMemory errors in the YouTrack logs? YouTrack fails to load pages and the entire Tomcat needs to be restarted.
I tried setting TEAMCITY_SERVER_MEM_OPTS to '-Xmx1200m -XX:MaxPermSize=270m'in teh environment variable, but it doesn't seem to do anything.