mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
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
This commit is contained in:
parent
dcc75d5685
commit
c9baf3849f
7 changed files with 23 additions and 3 deletions
|
@ -35,6 +35,7 @@ pub mod js;
|
|||
pub mod ops;
|
||||
pub mod permissions;
|
||||
pub mod snapshot;
|
||||
pub mod sys_info;
|
||||
pub mod tokio_util;
|
||||
pub mod web_worker;
|
||||
pub mod worker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue