fix: memory pressure in ingest
This commit is contained in:
parent
1fcdb0246a
commit
f09c859974
3 changed files with 75 additions and 42 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue