Skip to content

Commit

Permalink
Add MANAGED_MEMORY_SIZE to job manager
Browse files Browse the repository at this point in the history
  • Loading branch information
enyachoke committed Jun 27, 2024
1 parent e5da69f commit 01895ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose-streaming-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ services:
- MANAGED_MEMORY_FRACTION=${MANAGED_MEMORY_FRACTION:-0.7}
- TASK_MANAGER_SLOTS=${TASK_MANAGER_SLOTS:-20}
- TASK_PARALLELISM=${TASK_PARALLELISM:-1}
- MANAGED_MEMORY_SIZE=${MANAGED_MEMORY_SIZE:-1g}
volumes:
- flink-shared-data:/tmp
- ./data:/data
Expand Down

0 comments on commit 01895ea

Please sign in to comment.