### Version 22 ### Platform Linux 431b32e3d8c4 6.6.31-linuxkit #1 SMP Thu May 23 08:36:57 UTC 2024 armv7l Linux ### Subsystem _No response_ ### What steps will reproduce the bug? ``` docker run --cap-add=SYS_PTRACE -e QEMU_STRACE=1 --rm -it --platform linux/arm/v6 node:22-alpine ``` ### How often does it reproduce? Is there a required condition? Every time ### What is the expected behavior? Why is that the expected behavior? Container starts ### What do you see instead? Without trace, the container just hangs, with tracing the following log is output forever ``` mremap(1081462784,4096,8192,0,0,1082133536) = -1 errno=12 (Out of memory) ``` ### Additional information _No response_