HUGE off-heap memory leak and heap memory leak when using quick-js
sandtechnology opened this issue · 4 comments
sandtechnology commented
sandtechnology commented
And seems is the bug from quack which introduced by Javascript-Expansion 2.x, so I will try to use 1.x to see if it fixed it.
partydev commented
Confirmed this with our testing. We were leaking 650mb/s at one point. Removing QuickJS solved it. We never had a heap memory leak, only native.
darbyjack commented
@sandtechnology I don't know a whole lot of c++ but I saw there is a fork of quack that seems better maintained. If you understand it, can you check this fork to see if it looks like it fixes the problem? https://github.com/uk-taniyama/quack