On 2021/03/02 16:38, Peter Hessler wrote: > : > :This failed due to lack of memory. Seems like its time to bump > :datasize-cur on aarch64 again. My systems max out at 4g so I cant > :probe the needed value. Perhaps it should just match amd64's value > :8192M now. > : > :python ../../v8/tools/run.py ./mksnapshot --turbo_instruction_scheduling > --target_os=openbsd --target_arch=arm64 -- > :embedded_src gen/v8/embedded.S --embedded_variant Default --random-seed > 314159265 --startup_blob snapshot_blob.bin --no- > :native-code-counters > : > : > :# > :# Fatal error in , line 0 > :# Fatal process out of memory: Failed to reserve memory for new V8 Isolate > :# > :# > :# > :#FailureMessage Object: 0x7ffffa5a20 > :==== C stack trace =============================== > > I've bumped the pbuild class in login.conf already. The machines have > 128G of RAM.
I think there is a fair chance there's some arch-dependent code that has been patched on amd64 but not aarch64 yet. Any ideas Robert?