fix: cpu bound ingest server

This commit is contained in:
Adam 2026-05-27 10:51:36 -05:00
parent 4aaa9f9e30
commit dd3c443d8c
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

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