diff --git a/docker-compose.yml b/docker-compose.yml index 3bacdb8..d59a575 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,6 +12,9 @@ services: target: /data/hikari.properties entrypoint: ["java", "-Dhikaricp.configurationFile=/data/hikari.properties", "-jar", "/app.war"] + environment: + JAVA_TOOL_OPTIONS: "-XX:MaxRAMPercentage=90" + labels: - "traefik.http.routers.expertisa-${BRANCH}.rule=HostRegexp(`${BRANCH}\\..+`)" - "traefik.http.routers.expertisa-${BRANCH}.tls=true" @@ -86,7 +89,7 @@ configs: username: dwh password: ${DWH_PASSWORD} audit.enabled: true - + hikari: content: | maximumPoolSize=3 \ No newline at end of file