remove v8_enable_shared_ro_heap = false

This commit is contained in:
Ryan Dahl 2023-08-23 13:17:16 -04:00
parent 6545dc2e8f
commit 20ff5e3697

6
.gn
View File

@ -45,12 +45,6 @@ default_args = {
# fixed addresses.
v8_typed_array_max_size_in_heap = 0
# Enabling the shared read-only heap comes with a restriction that all
# isolates running at the same time must be created from the same snapshot.
# This is problematic for Deno, which has separate "runtime" and "typescript
# compiler" snapshots, and sometimes uses them both at the same time.
v8_enable_shared_ro_heap = false
# V8 introduced a bug in 11.1 that causes the External Pointer Table to never
# be cleaned which causes resource exhaustion. Disabling pointer compressio
# makes sure that the EPT is not used