Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e814b10

Browse files
committedApr 5, 2020
Use shared classes flag removed
1 parent 16a336b commit e814b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎template/java11/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ENV upstream_url="http://127.0.0.1:8082"
5353
ENV mode="http"
5454
ENV CLASSPATH="/home/app/entrypoint-1.0/lib/*"
5555

56-
ENV fprocess="java -noverify -XX:TieredStopAtLevel=1 -XX:CICompilerCount=1 -XX:+UseSerialGC -XX:+UnlockExperimentalVMOptions -XX:-UsePerfData -XX:+UseContainerSupport -XX:SharedArchiveFile=app-cds.jsa com.openfaas.entrypoint.App"
56+
ENV fprocess="java -noverify -XX:TieredStopAtLevel=1 -XX:CICompilerCount=1 -XX:+UseSerialGC -XX:+UnlockExperimentalVMOptions -XX:-UsePerfData -XX:+UseContainerSupport com.openfaas.entrypoint.App"
5757
EXPOSE 8080
5858

5959
HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1

0 commit comments

Comments
 (0)
Please sign in to comment.