Skip to content

Commit

Permalink
Merge pull request #198 from TouK/designer-memory-tunning
Browse files Browse the repository at this point in the history
Memory settings fix: specified memory off-heap memory components limits: Metaspace and DirectMemory, sum of memory components now is lower than container limit
  • Loading branch information
arkadius authored Dec 3, 2024
2 parents 31565e4 + b851db9 commit 8699250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
SCHEMA_REGISTRY_URL: "http://schema-registry:8081"
INFLUXDB_URL: "http://influxdb:8086"
FLINK_REST_URL: "http://flink-jobmanager:8081"
JDK_JAVA_OPTIONS: "-Xmx1024M"
JDK_JAVA_OPTIONS: "-Xmx400M -XX:MaxMetaspaceSize=300M -XX:MaxDirectMemorySize=100M"
USAGE_REPORTS_SOURCE: "quickstart-docker-compose"
depends_on:
postgres:
Expand Down

0 comments on commit 8699250

Please sign in to comment.