mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
feat(runtime): support creating workers using custom v8 params (#19339)
In order to limit the memory usage of isolates via heap_limits.
This commit is contained in:
parent
21c2c01ebe
commit
77a950aac4
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue