Sfoglia il codice sorgente

fix: cpu bound ingest server

Adam 3 mesi fa
parent
commit
dd3c443d8c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      infra/lake.ts

+ 2 - 2
infra/lake.ts

@@ -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",