mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
fix(lsp): increase default max heap size to 3Gb (#19115)
This commit is contained in:
parent
cf6f965e25
commit
226a373c49
3 changed files with 20 additions and 5 deletions
|
@ -430,7 +430,7 @@ pub async fn run(
|
|||
},
|
||||
);
|
||||
|
||||
v8_set_flags(construct_v8_flags(&metadata.v8_flags, vec![]));
|
||||
v8_set_flags(construct_v8_flags(&[], &metadata.v8_flags, vec![]));
|
||||
|
||||
let mut worker = worker_factory
|
||||
.create_main_worker(main_module.clone(), permissions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue