Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnotrifork committed Oct 8, 2024
1 parent 5ba8a7e commit 51434bb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions charts/flink-job/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,12 @@ A Helm chart for handling Cheetah Data Platform Flink jobs

## Requirements

| Repository | Name | Version |
| -------------------------- | ---------------- | ------- |
| file://../image-automation | image-automation | \* |
| Repository | Name | Version |
|------------|------|---------|
| file://../image-automation | image-automation | * |

## Usage

### Default config

These jobs use the default Flink configuration. A list of those defaults can be found [here](https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/config/)

### Changing CPU limits

By default, the Flink operator sets CPU/Memory resource limits equal to the requests.
Expand All @@ -29,7 +25,7 @@ flinkConfiguration:
kubernetes.taskmanager.memory.limit-factor: "2.0"
```
This makes the CPU limit 5 times the CPU requests for both managers, and the memory limit 2 times the memory requests. Increasing CPU limit factor drastically reduces startup times and can be helpful when developing your job.
This makes the CPU limit 5 times the CPU requests for both managers, and the memory limit 2 times the memory requests.
### Keeping state
Expand Down

0 comments on commit 51434bb

Please sign in to comment.