Halved maximum RAM usage for nise-backend

This commit is contained in:
nise.moe 2024-02-19 01:25:17 +01:00
parent 1afd340ccf
commit da8bf771a8

View File

@ -14,4 +14,4 @@ COPY --from=builder application/dependencies/ ./
COPY --from=builder application/snapshot-dependencies/ ./ COPY --from=builder application/snapshot-dependencies/ ./
COPY --from=builder application/application/ ./ COPY --from=builder application/application/ ./
ENTRYPOINT ["java", "-Xms512m", "-Xmx8g", "org.springframework.boot.loader.launch.JarLauncher"] ENTRYPOINT ["java", "-Xms512m", "-Xmx4g", "org.springframework.boot.loader.launch.JarLauncher"]