The issue revolves around increased startup time due to issues within the `init_guest_space` function in the ARM emulation code when using a static build. The problem is related to how memory is being mapped and allocated during runtime, specifically with the `mmap` system calls and address space management. runtime