Is there a memory limit for worker on oxygen? #731
Unanswered
FriedRiceNoodles
asked this question in
Help
Replies: 1 comment 3 replies
-
We'll update the docs to make this more explicit. Thanks for your contribution! Each worker can consume up to 128MB of memory. If your worker exceeds this limit, requests for your worker may get cancelled. Some general tips to reduce memory usage are to reuse global data across requests and to leverage streams in your application. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can't find out this with oxygen documents.
Beta Was this translation helpful? Give feedback.
All reactions