Skip to content

Commit

Permalink
updates jm args
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfelis committed Jan 23, 2024
1 parent 2270956 commit e52767a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/jib/home/jboss/run-java.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

java \
-Xmx64m \
-Dquarkus.http.host=0.0.0.0 \
-Djava.util.logging.manager=org.jboss.logmanager.LogManager \
-jar quarkus-run.jar
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ quarkus.container-image.name=2060-datastore
quarkus.container-image.tag=main
quarkus.jib.ports=8080

quarkus.jib.jvm-entrypoint=/bin/sh,run-java.sh


quarkus.http.body.handle-file-uploads=true
quarkus.http.body.delete-uploaded-files-on-end=true
Expand Down

0 comments on commit e52767a

Please sign in to comment.