Skip to content

Commit

Permalink
NXBT-3318: fix java memory allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonsilva committed May 21, 2020
1 parent b62a2d3 commit 4e33601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jenkins:
secretName: jenkins-release-gpg
mountPath: /home/jenkins/.gnupg
EnvVars:
_JAVA_OPTIONS: '-XX:+UnlockExperimentalVMOptions -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Xms10m -Xmx192m'
_JAVA_OPTIONS: '-XX:+UnlockExperimentalVMOptions -Dsun.zip.disableMemoryMapping=true -XX:+UseParallelGC -XX:MinHeapFreeRatio=5 -XX:MaxHeapFreeRatio=10 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90'
JENKINS_URL: http://jenkins:8080
GIT_COMMITTER_EMAIL: [email protected]
GIT_AUTHOR_EMAIL: [email protected]
Expand Down

0 comments on commit 4e33601

Please sign in to comment.