Marcel Laverdet

Results 219 comments of Marcel Laverdet

Yeah I can confirm that it broke at some point. I'm working on an revamped version of isolated-vm but I don't expect to have a stable version within the next...

Thank you for the tip. Increasing the gc storage does fix the issue. I suppose this condition isn't going to be all that common for people building regular things.

`gc` is a function provided by v8 which runs the diagnostic garbage collector in the current isolate. It would not affect the isolated-vm hosted isolate if you run it from...

The two garbage collectors run independently of one and other. You need to dispose of isolates when you are done with them otherwise you will run into memory issues.

I think I've seen this issue before but I don't remember the cause. The older version of nodejs makes me think it was something that got fixed later. Could you...

I have nothing against this approach but tweaking the distribution infrastructure won't affect the supported platforms.

When I run your example I get: ``` Result type: object Reference {} Actual result: { result: { processed: true, data: [ [Object] ] }, logs: [] } ``` This...

v134 was uploaded due to a bug in prebuild: prebuild/prebuild#335. For v6.0.1 I manually renamed the binaries to v137.

Docker desktop 4.39.0 [Mar 6, 2025] disables SME, SVE and SSVE so you may want to upgrade try again.