Skip to content

Commit

Permalink
Merge branch 'release/30.x'
Browse files Browse the repository at this point in the history
* release/30.x:
  #4330 - Remove default memory limit for INCEpTION in Dockerfile
  #4330 - Remove default memory limit for INCEpTION in Dockerfile
  • Loading branch information
reckart committed Dec 1, 2023
2 parents 80b6968 + acb8716 commit edde2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ include::{include-dir}formats-webannotsv3.adoc[leveloffset=+2]

include::{include-dir}formats-xml.adoc[leveloffset=+2]

include::{include-dir}formats-xml-custom.adoc.adoc[leveloffset=+2]
include::{include-dir}formats-xml-custom.adoc[leveloffset=+2]

<<<

Expand Down
2 changes: 1 addition & 1 deletion inception/inception-docker/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ VOLUME /tmp
VOLUME /var/log

# Launch application
ENV JAVA_OPTS="-Xmx750m"
ENV JAVA_OPTS="-XX:MaxRAMPercentage=80"
CMD /opt/inception/launch.sh java ${JAVA_OPTS} -Djava.awt.headless=true -Dinception.home=/export -jar inception-app-standalone.jar

0 comments on commit edde2be

Please sign in to comment.