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 have a use-case where I want to load sandboxed modules on demand but would like to be able to clean up after them as well, i.e. removing them from memory as much as possible. Any ideas on how I could do that?
Update: after looking at the memory snapshot, looks like the code (as a string) stays in memory forever.
The text was updated successfully, but these errors were encountered:
Hi, first of all this package works great!
I have a use-case where I want to load sandboxed modules on demand but would like to be able to clean up after them as well, i.e. removing them from memory as much as possible. Any ideas on how I could do that?
Update: after looking at the memory snapshot, looks like the code (as a string) stays in memory forever.
The text was updated successfully, but these errors were encountered: