Skip to content

Memory leak? #36

@waj

Description

@waj

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions