1 --- src/3rdparty/chromium/v8/include/v8-internal.h.orig 2025-08-15 18:30:00 UTC 2 +++ src/3rdparty/chromium/v8/include/v8-internal.h 3 @@ -232,7 +232,7 @@ using SandboxedPointer_t = Address; 4 #ifdef V8_ENABLE_SANDBOX 5 6 // Size of the sandbox, excluding the guard regions surrounding it. 7 -#if defined(V8_TARGET_OS_ANDROID) 8 +#if (defined(V8_TARGET_OS_ANDROID) || defined(V8_TARGET_OS_OPENBSD)) 9 // On Android, most 64-bit devices seem to be configured with only 39 bits of 10 // virtual address space for userspace. As such, limit the sandbox to 128GB (a 11 // quarter of the total available address space). 12