zalando-zmon / zmon-kubernetes

Kubernetes Demo deployments and templates
14 stars 2 forks source link

MEM_JAVA_PERCENT, how does it work #2

Closed jbellmann closed 8 years ago

jbellmann commented 8 years ago

After 'deployments' generated by script, I see the following in the containers 'env'-section

          - name: "MEM_JAVA_PERCENT"
            value: |-
              25

How does this work?

hjacobs commented 8 years ago

This is the setting from our base Docker image, see https://github.com/zalando/docker-openjdk/blob/master/utils/java-dynamic-memory-opts

jbellmann commented 8 years ago

Thanks.