Skip to content

Commit

Permalink
reduce ols-web RAM consumption
Browse files Browse the repository at this point in the history
It doesn't change much though, maybe there are more savings to be had.
See EBISPOT#582.
  • Loading branch information
KonradHoeffner authored Apr 20, 2022
1 parent 568cab7 commit e1c4ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ols-web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ FROM openjdk:8-jre-alpine
RUN apk add bash
COPY --from=build /opt/ols/ols-web/target/ols-boot.war /opt/ols-boot.war
EXPOSE 8080
ENTRYPOINT ["java", "-jar", "/opt/ols-boot.war"]
ENTRYPOINT ["java", "-XX:+UseCompressedOops", "-jar", "/opt/ols-boot.war"]

0 comments on commit e1c4ef8

Please sign in to comment.