Skip to content

Commit

Permalink
Increase memory_limit for Amplitude (airbytehq#25282)
Browse files Browse the repository at this point in the history
* Increase memory_limit for Amplitude

* Automated Change
  • Loading branch information
clnoll committed Apr 18, 2023
1 parent b244e59 commit 06354ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9024,6 +9024,14 @@
"public": true,
"custom": false,
"releaseStage": "generally_available",
"resourceRequirements": {
"jobSpecific": [ {
"jobType": "sync",
"resourceRequirements": {
"memory_limit": "8Gi"
}
} ]
},
"allowedHosts": {
"hosts": [ "amplitude.com", "analytics.eu.amplitude.com" ]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
icon: amplitude.svg
sourceType: api
releaseStage: generally_available
resourceRequirements:
jobSpecific:
- jobType: sync
resourceRequirements:
memory_limit: "8Gi"
allowedHosts:
hosts:
- amplitude.com
Expand Down

0 comments on commit 06354ae

Please sign in to comment.