Skip to content

Commit

Permalink
cloud run runner: 1024 MiB memory by default
Browse files Browse the repository at this point in the history
  • Loading branch information
paul.marcombes committed Nov 4, 2024
1 parent 919000b commit 0a6bd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte_serverless/runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run(self):
"env": [{"name": "YAML_CONFIG", "value": yaml_config_b64}] + env,
"resources": {
"limits": {
"memory": '512Mi',
"memory": '1024Mi',
"cpu": '1',
}
}
Expand Down

0 comments on commit 0a6bd87

Please sign in to comment.