fix: memory pressure in ingest

This commit is contained in:
Adam
2026-05-27 09:22:08 -05:00
parent 1fcdb0246a
commit f09c859974
3 changed files with 74 additions and 41 deletions
+1 -1
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",