use serverless max memory of 3008

This commit is contained in:
Michael Duong 2025-11-04 18:35:01 +00:00
parent ec29ef093a
commit 1ca096bd44

View file

@ -51,4 +51,4 @@ functions:
path: /predict
method: POST
timeout: 120 # Set max run time to 2 minutes - we shouldn't need this much time so this can be reviewed
memorySize: 4096
memorySize: 3008