Skip to content

Commit

Permalink
Remove min heap size from docker setup
Browse files Browse the repository at this point in the history
Update docker-compose.yaml
  • Loading branch information
thiagohora authored Feb 3, 2025
1 parent f77fadf commit c5332e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
ANALYTICS_DB_PORT: 8123
ANALYTICS_DB_USERNAME: opik
ANALYTICS_DB_DATABASE_NAME: opik
JAVA_OPTS: "-Dliquibase.propertySubstitutionEnabled=true -XX:+UseG1GC -XX:MaxRAMPercentage=80.0 -XX:MinRAMPercentage=75"
JAVA_OPTS: "-Dliquibase.propertySubstitutionEnabled=true -XX:+UseG1GC -XX:MaxRAMPercentage=80.0"
REDIS_URL: redis://:opik@redis:6379/
ANALYTICS_DB_PASS: opik
OPIK_OTEL_SDK_ENABLED: false
Expand Down

0 comments on commit c5332e6

Please # to comment.