deno/runtime/ops
Bartek Iwańczuk c9baf3849f
perf: use available system memory for v8 isolate memory limit (#26868)
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
2024-11-15 10:33:03 +01:00
..
os perf: use available system memory for v8 isolate memory limit (#26868) 2024-11-15 10:33:03 +01:00
web_worker
bootstrap.rs
fs_events.rs
http.rs
mod.rs feat: OpenTelemetry Tracing API and Exporting (#26710) 2024-11-13 10:38:46 +00:00
otel.rs fix: otel resiliency (#26857) 2024-11-14 12:16:28 +00:00
permissions.rs
process.rs fix(permissions): say to use --allow-run instead of --allow-all (#26842) 2024-11-12 17:14:19 -05:00
runtime.rs
signal.rs
tty.rs
web_worker.rs
worker_host.rs