Merge pull request #160 from Hestia-Homes/sap-dev-update-2

use serverless max memory of 3008
This commit is contained in:
quandanrepo 2025-11-04 18:36:38 +00:00 committed by GitHub
commit 15f3cb9d9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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