Skip to content

Commit

Permalink
try a new profile with more heap memory
Browse files Browse the repository at this point in the history
  • Loading branch information
ranchodeluxe committed Jan 7, 2024
1 parent 490f319 commit d25ab79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
c.FlinkOperatorBakery.flink_configuration = {
"taskmanager.numberOfTaskSlots": "1",
"taskmanager.memory.flink.size": "2816m",
"taskmanager.memory.task.heap.size": "256m",
"taskmanager.memory.task.off-heap.size": "256m"
"taskmanager.memory.task.heap.size": "512m",
"taskmanager.memory.task.off-heap.size": "512m"
}

c.TargetStorage.fsspec_class = "s3fs.S3FileSystem"
Expand Down

0 comments on commit d25ab79

Please sign in to comment.