Increase memory limit for Edge functions as part of upgrading project compute size #20558
Unanswered
mediashane
asked this question in
Feature Requests
Replies: 1 comment
|
I'm running out of memory just doing a download of a storage object (under the 50mb limit). Moving around storage objects seems like an important standard use-case for edge functions to me. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The requested feature is: allow upgrading project compute size to also increase the memory limit on Edge functions
There is a currently a limitation on the amount of memory an Edge function can use:
Memory limit for the function: 150 MB (heap) + 150 MB (external - array buffers/ WASM)
This is a smallish amount of memory, and doesn't allow for a successful API call to OpenAI's Whisper model:
Results in a 546 error code and:
All reactions