Skip to content

Commit

Permalink
Fix : ajout pourcentage occupation mémoire programme
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed May 22, 2024
1 parent 8b9b99d commit 9b7c71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ WORKDIR /app/
COPY --from=build-image /build/target/*.jar /app/kafka2sudoc.jar
ENV TZ=Europe/Paris
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
ENTRYPOINT ["java","-jar","/app/kafka2sudoc.jar"]
ENTRYPOINT ["java","-XX:MaxRAMPercentage=95","-jar","/app/kafka2sudoc.jar"]

0 comments on commit 9b7c71a

Please sign in to comment.