From 77a950aac417ba5e9bf1a48b0ec8934291376a8c Mon Sep 17 00:00:00 2001 From: Mathias Lafeldt Date: Mon, 5 Jun 2023 11:22:32 +0200 Subject: feat(runtime): support creating workers using custom v8 params (#19339) In order to limit the memory usage of isolates via heap_limits. --- cli/worker.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/worker.rs b/cli/worker.rs index 6edf427ea..b8bb6e941 100644 --- a/cli/worker.rs +++ b/cli/worker.rs @@ -449,6 +449,7 @@ impl CliMainWorkerFactory { }, extensions, startup_snapshot: Some(crate::js::deno_isolate_init()), + create_params: None, unsafely_ignore_certificate_errors: shared .options .unsafely_ignore_certificate_errors -- cgit v1.2.3