Hi team, we’re using v0.10.4. I’m running an ingestion and it keeps failing due to memory issues. I’ve already increased our memory resources to 1Gi for both limits and requests, up from 512/256Mi. What are the recommended memory allocations you recommend for deploying? I’ve attached the ingestion logs as well. Thanks.
memory allocation
enabled: true
image:
repository: acryldata/datahub-actions
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 300m
memory: 1Gi```
