Skip to content

Commit

Permalink
in buffers to 200MB
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Jan 24, 2025
1 parent 848fa39 commit 0d2f5c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ baseBatchConfig {
type: "flinkStreaming"
restUrl: ${?FLINK_REST_URL}
scenarioTesting {
// streamExecutionConfig {
// "taskmanager.memory.network.min": 64m
// "taskmanager.memory.network.max": 64m
// "taskmanager.memory.managed.size": 50m
// }
streamExecutionConfig {
"taskmanager.memory.network.min": 64m
"taskmanager.memory.network.max": 64m
"taskmanager.memory.managed.size": 50m
}
}
}
modelConfig: {
Expand Down
2 changes: 1 addition & 1 deletion examples/installation/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ services:
SCHEMA_REGISTRY_URL: "http://schema-registry:8081"
INFLUXDB_URL: "http://influxdb:8086"
FLINK_REST_URL: "http://flink-jobmanager:8081"
JDK_JAVA_OPTIONS: "-Xmx400M -XX:MaxMetaspaceSize=300M -XX:MaxDirectMemorySize=100M"
JDK_JAVA_OPTIONS: "-Xmx400M -XX:MaxMetaspaceSize=300M -XX:MaxDirectMemorySize=200M"
USAGE_REPORTS_SOURCE: "example-installation-docker-compose"
depends_on:
postgres:
Expand Down

0 comments on commit 0d2f5c8

Please sign in to comment.