Ingestion queue enabled

This commit is contained in:
andrea.terzani
2025-04-14 09:38:02 +02:00
parent 49037803c7
commit 41a8a83054
2 changed files with 25 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ ARG JAR_FILE=target/apollo-0.0.1-SNAPSHOT.jar
# Add the application's jar to the container
ADD ${JAR_FILE} /apollo.jar
ENV JAVA_OPTS="-Xms4096m -Xmx6g -Xss2048m"
ENV JAVA_OPTS="-Xms4096m -Xmx6g -Xss512m"
ENTRYPOINT ["sh", "-c", "java $JAVA_OPTS -jar /apollo.jar"]
#ENTRYPOINT ["java","-jar","/apollo.jar"]