Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Memory leak when passing byte[] from .NET to V8 #51

Open
TDiazT opened this issue Oct 30, 2017 · 0 comments
Open

Memory leak when passing byte[] from .NET to V8 #51

TDiazT opened this issue Oct 30, 2017 · 0 comments

Comments

@TDiazT
Copy link

TDiazT commented Oct 30, 2017

Hi, I'm having some memory leak issues due to byte[] being copied when passing it back. For now I'm directly calling the GC to cleanup but I was wondering if there's any good solution for this (you can clearly see the memory usage going up and then drop when the GC is called upon).

There is (or was) some concern about something related in this issue over at edge's github.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant