1
0
mirror of synced 2025-12-23 21:03:15 -05:00

Increase memory_limit for Amplitude (#25282)

* Increase memory_limit for Amplitude

* Automated Change
This commit is contained in:
Catherine Noll
2023-04-18 20:34:25 +01:00
committed by GitHub
parent b244e59941
commit 06354ae4e4
2 changed files with 13 additions and 0 deletions

View File

@@ -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" ]
}

View File

@@ -108,6 +108,11 @@
icon: amplitude.svg
sourceType: api
releaseStage: generally_available
resourceRequirements:
jobSpecific:
- jobType: sync
resourceRequirements:
memory_limit: "8Gi"
allowedHosts:
hosts:
- amplitude.com