Skip to content

Commit

Permalink
fix user.home=/home/jboss
Browse files Browse the repository at this point in the history
Change-Id: Iff973b43040fc0d3d2289020a23c20ac8caa3a37
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt committed Jan 25, 2020
1 parent ba1418b commit f02980e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ components:
value: "-XX:MaxRAMPercentage=50.0 -XX:+UseParallelGC -XX:MinHeapFreeRatio=10
-XX:MaxHeapFreeRatio=20 -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90
-Dsun.zip.disableMemoryMapping=true -Xms20m -Djava.security.egd=file:/dev/./urandom
-Duser.home=/home/user"
-Duser.home=/home/jboss"
- name: MAVEN_OPTS
value: $(JAVA_OPTS)
memoryLimit: 512Mi
Expand Down

0 comments on commit f02980e

Please sign in to comment.