J2V8 icon indicating copy to clipboard operation
J2V8 copied to clipboard

how to remove the scrript binded in V8Runtime

Open donglijie001 opened this issue 2 years ago • 0 comments

when I execute runtime.executeVoidScript("function classify" + i + functionSplit); in a for loop, there will be a out of memory, I want to know how to remove the script binded in V8Runtime to avoid out of memory。

donglijie001 avatar Mar 06 '22 10:03 donglijie001