kernel
kernel copied to clipboard
Envoy proxy not working with docker on Rock5b
embedded board: Radxa Rock 5b system image:https://github.com/radxa/debos-radxa/releases/download/20221031-1045/rock-5b-debian-bullseye-xfce4-arm64-20221031-1558-gpt.img.xz
Installed this kernel which I got from #273 by @opsiff
I run: docker run --rm envoyproxy/envoy:v1.24-latest --version
The problem is:
external/com_github_google_tcmalloc/tcmalloc/system-alloc.cc:614] MmapAligned() failed - unable to allocate with tag (hint, size, alignment) - is something limiting address placement? 0x69900000000 1073741824 1073741824 @ 0x557338e8fc 0x5573389e6c 0x5573389818 0x5573370e00 0x5573386744 0x557338655c 0x55733655f8 0x557329edf8 0x557329aef0 0x557335b7c8 0x7fa0484db8
external/com_github_google_tcmalloc/tcmalloc/arena.cc:58] FATAL ERROR: Out of memory trying to allocate internal tcmalloc data (bytes, object-size); is something preventing mmap from succeeding (sandbox, VSS limitations)? 131072 600 @ 0x557338ec5c 0x5573370e90 0x5573386744 0x557338655c 0x55733655f8 0x557329edf8 0x557329aef0 0x557335b7c8 0x7fa0484db8
Same issue also seems to appear for Rpi 4 link
embedded board: Radxa Rock 5b system image:https://github.com/radxa/debos-radxa/releases/download/20221031-1045/rock-5b-debian-bullseye-xfce4-arm64-20221031-1558-gpt.img.xz
Installed this kernel which I got from #273 by @opsiff
I run:
docker run --rm envoyproxy/envoy:v1.24-latest --version
The problem is:
external/com_github_google_tcmalloc/tcmalloc/system-alloc.cc:614] MmapAligned() failed - unable to allocate with tag (hint, size, alignment) - is something limiting address placement? 0x69900000000 1073741824 1073741824 @ 0x557338e8fc 0x5573389e6c 0x5573389818 0x5573370e00 0x5573386744 0x557338655c 0x55733655f8 0x557329edf8 0x557329aef0 0x557335b7c8 0x7fa0484db8 external/com_github_google_tcmalloc/tcmalloc/arena.cc:58] FATAL ERROR: Out of memory trying to allocate internal tcmalloc data (bytes, object-size); is something preventing mmap from succeeding (sandbox, VSS limitations)? 131072 600 @ 0x557338ec5c 0x5573370e90 0x5573386744 0x557338655c 0x55733655f8 0x557329edf8 0x557329aef0 0x557335b7c8 0x7fa0484db8
Same issue also seems to appear for Rpi 4 link
Thanks for everyone effort in the following link: https://github.com/envoyproxy/envoy/issues/15235
Can you try to do with the comment solution? https://github.com/envoyproxy/envoy/issues/15235#issuecomment-850516622