Hi slyngel,
It looks like V8 now expects those constraints to be expressed in mebibytes, so try setting those properties to 24 instead of 24x1024x1024.
In general we no longer recommend that you use
We'll update the documentation in the next point release.
Thanks!
It looks like V8 now expects those constraints to be expressed in mebibytes, so try setting those properties to 24 instead of 24x1024x1024.
In general we no longer recommend that you use
V8RuntimeConstraints
unless your application has a Chrome-like multi-process architecture that withstands process crashes. You can find more information here.We'll update the documentation in the next point release.
Thanks!