Running Bolt on RPI4, TCMalloc error

Hi all.

I’m encontering an error while trying to bring up bolt diy using docker-compose.
I’m using raspbian on RPI4
please assist, I’ve already tried to run using:
TCMALLOC_ADDRESS_BITS=39 docker compose --profile development up

 bolt.diy git:(main) ✗ docker compose --profile development up
[+] Running 1/1
 ✔ Container boltdiy-app-dev-1  Created                                                                                                                                                                                                 0.0s
Attaching to app-dev-1
app-dev-1  |
app-dev-1  | > bolt@1.0.0 dev /app
app-dev-1  | > node pre-start.cjs  && remix vite:dev "--host" "0.0.0.0"
app-dev-1  |
app-dev-1  |
app-dev-1  | ★═══════════════════════════════════════★
app-dev-1  |           B O L T . D I Y
app-dev-1  |          ⚡️  Welcome  ⚡️
app-dev-1  | ★═══════════════════════════════════════★
app-dev-1  |
app-dev-1  | /bin/sh: 1: git: not found
app-dev-1  | 📍 Current Version Tag: v"1.0.0"
app-dev-1  | 📍 Current Commit Version: "no-git-info"
app-dev-1  |   Please wait until the URL appears here
app-dev-1  | ★═══════════════════════════════════════★
app-dev-1  | The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
app-dev-1  |  warn  Data fetching is changing to a single fetch in React Router v7
app-dev-1  | ┃ You can use the `v3_singleFetch` future flag to opt-in early.
app-dev-1  | ┃ -> https://remix.run/docs/en/2.13.1/start/future-flags#v3_singleFetch
app-dev-1  | ┗
app-dev-1  | 51 external/com_google_tcmalloc/tcmalloc/system-alloc.h:569] MmapAligned() failed - unable to allocate with tag (hint=0xf7500000000, size=1073741824, alignment=1073741824) - is something limiting address placement?
app-dev-1  | 51 external/com_google_tcmalloc/tcmalloc/system-alloc.h:576] Note: the allocation may have failed because TCMalloc assumes a 48-bit virtual address space size; you may need to rebuild TCMalloc with TCMALLOC_ADDRESS_BITS defined to your system's virtual address space size
app-dev-1  | 51 external/com_google_tcmalloc/tcmalloc/arena.cc:59] CHECK in Alloc: FATAL ERROR: Out of memory trying to allocate internal tcmalloc data (bytes=131072, object-size=16384); is something preventing mmap from succeeding (sandbox, VSS limitations)?
app-dev-1  | Error: write EPIPE
app-dev-1  |     at WriteWrap.onWriteComplete [as oncomplete] (node:internal/stream_base_commons:87:19) {
app-dev-1  |   errno: -32,
app-dev-1  |   code: 'EPIPE',
app-dev-1  |   syscall: 'write'
app-dev-1  | }
app-dev-1  |  ELIFECYCLE  Command failed with exit code 1.
app-dev-1 exited with code 1