You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to set a max RAM usage and run time limit for a V8 process in Javet. I also want to be able to impose some limits on what the sandbox can do (mostly denying network access, although I would also want to deny filesystem access if running on Node rather than V8).
How can I do those things? If it's not possible currently, please take this as a feature request :-)
The text was updated successfully, but these errors were encountered:
Thanks for those pointers. What about setting the max runtime for a given execute call? I don't see that anywhere. What I would like to see is a V8Options field where max runtime can be set in milliseconds, and if the time is exceeded, an exception is thrown back to the JVM caller.
I want to be able to set a max RAM usage and run time limit for a V8 process in Javet. I also want to be able to impose some limits on what the sandbox can do (mostly denying network access, although I would also want to deny filesystem access if running on Node rather than V8).
How can I do those things? If it's not possible currently, please take this as a feature request :-)
The text was updated successfully, but these errors were encountered: