Increase memory parameters Follow
Answered
Good day!
We've realised that no matter what Xmx we use in TEAMCITY_SERVER_MEM_OPTS, child process, which loads Kotlin DSL configurations from VCS always starts with -Xmx512m.
What we can do to change it?
Please sign in to leave a comment.
Hi!
You can tune that one by setting the
teamcity.versionedSettings.configsGeneratorXmx
internal property. Default value isteamcity.versionedSettings.configsGeneratorXmx=512m
-Anatoly