Upsource .jvmoptions and JVM max heap size

499 views Asked by At

I want to change the heap size made available to the multiple Upsource processes (frontend, cassandra, etc) when running it in a docker container.

I'm trying to make the configuration by using the documented manual approach which is basically to change the 'upsource-frontend.jvmoptions' file content.

Other JVM options, like for example -XX:ErrorFile does produce the expected outcome when changing that file, but apparently changing the default value for -Xmx is not effective.

I'm running jetbrains/upsource:2018.2.1154

Am I missing something here?

0

There are 0 answers