JVM tuning 4.16.01

Not applicable

Hi *,

is there a way to add some jvm parameter in a *.properties file? Until now we use the start script in the bin directory.

Thanks

Detlef

0 3 346
3 REPLIES 3

1601 onwards we support model of code with config that allows you to code any configuration in the system including java parameters.

Please refer to the docs below for modifying java settings

http://docs.apigee.com/api-services/latest/modifying-java-settings

Not applicable

Thanks for your answer.

On this site is the description for customizing the HEAP.I would like to modify some args like GC log:

-Xloggc:/opt/apigee/var/log/edge-router/logs/gc.log -XX:NumberOfGCLogFiles=10 -XX:+UseGCLogFileRotation

Not applicable

@d.stracke before implementing any JVM tuning, it is recommended to conduct performance test for both platform and APIs with the goal of creating a baseline.

Unless you have good data supporting the need for JVM tuning, I suggest delaying the decision and only implement changes once you have a comparison point.