fix: memory pressure in ingest

This commit is contained in:
Adam 2026-05-27 09:22:08 -05:00
commit f09c859974
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 75 additions and 42 deletions

View file

@ -210,7 +210,7 @@ const ingestService = new sst.aws.Service("LakeIngestService", {
cluster: lakeCluster,
architecture: "arm64",
cpu: "0.5 vCPU",
memory: "1 GB",
memory: "2 GB",
image: {
context: ".",
dockerfile: "packages/stats/server/Dockerfile",