Skip to content

Commit

Permalink
Take feedback into account
Browse files Browse the repository at this point in the history
Signed-off-by: David Gageot <david@gageot.net>
  • Loading branch information
dgageot committed Oct 16, 2018
1 parent 7e79003 commit d52600f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/annotated-skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ build:

# jibMaven builds containers using the Jib plugin for Maven.
# jibMaven:
# module: modulename # selects which maven module to build
# module: modulename # selects which maven module to build, for a multimodule project
# profile: profilename # selects which maven profile to activate

# jibGradle builds containers using the Jib plugin for Gradle.
Expand Down
2 changes: 2 additions & 0 deletions examples/jib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<container>
<jvmFlags>
<jvmFlag>-Djava.security.egd=file:/dev/./urandom</jvmFlag>
<jvmFlag>-XX:+UnlockExperimentalVMOptions</jvmFlag>
<jvmFlag>-XX:+UseCGroupMemoryLimitForHeap</jvmFlag>
</jvmFlags>
</container>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion integration/examples/annotated-skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ build:

# jibMaven builds containers using the Jib plugin for Maven.
# jibMaven:
# module: modulename # selects which maven module to build
# module: modulename # selects which maven module to build, for a multimodule project
# profile: profilename # selects which maven profile to activate

# jibGradle builds containers using the Jib plugin for Gradle.
Expand Down
2 changes: 2 additions & 0 deletions integration/examples/jib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
<container>
<jvmFlags>
<jvmFlag>-Djava.security.egd=file:/dev/./urandom</jvmFlag>
<jvmFlag>-XX:+UnlockExperimentalVMOptions</jvmFlag>
<jvmFlag>-XX:+UseCGroupMemoryLimitForHeap</jvmFlag>
</jvmFlags>
</container>
</configuration>
Expand Down

0 comments on commit d52600f

Please sign in to comment.