-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
Milestone
Description
Maybe I'm doing something wrong, but if I continuously create and destroy JavaScript VM instances the process memory increases all the time:
runjs() ->
{ok, Js} = js_driver:new(),
js_driver:destroy(Js),
runjs().Any thoughts? Should I do this in some other way?
Reactions are currently unavailable