How can Worker memory usage be managed ? #12637
Unanswered
inverted-capital
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I am interested to know whether you got an answer to this question? |
Beta Was this translation helpful? Give feedback.
1 reply
-
For reference, I've made an issue about this which contains step-by-step instructions to building a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this issue #6916 the ability was added to register a callback when an isolate is under memory pressure, so it can be terminated without bringing down the whole v8 instance. How can we access this capability ?
Specifically we would like the means of running untrusted code within a Worker instance, taking advantage of the sandboxing provided by Deno, and the efficiencies in resource usage and latency afforded by v8 isolates. Thank you for this great project.
Beta Was this translation helpful? Give feedback.
All reactions