Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-15 | perf: use available system memory for v8 isolate memory limit (#26868) | Bartek IwaĆczuk | |
Instead of using the default 1.4Gb limit (which was meant for browser tabs) configure V8 to set the heap limit to the amount of memory available in the system. Closes https://github.com/denoland/deno/issues/23424 Closes https://github.com/denoland/deno/issues/26435 Closes https://github.com/denoland/deno/issues/21226 |