You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python info: Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] on linux
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
⛅️ wrangler 3.87.0
▲ [WARNING] The entrypoint src/entry.py defines a Python worker, support for Python workers is currently experimental. Python workers with a requirements.txt file can only be run locally and cannot be deployed.
⎔ Starting local server...
✘ [ERROR] write EPIPE
If you think this is a bug then please create an issue at https://github.com/cloudflare/workers-sdk/issues/new/choose
╭───────────────────────────────────────────────────────────✘ [ERROR] 2664 external/com_google_tcmalloc/tcmalloc/system-alloc.cc:771] MmapAligned() failed - unable to allocate with tag (hint=0xe10c0000000, size=1073741824, alignment=1073741824) - is something limiting address placement?
2664 external/com_google_tcmalloc/tcmalloc/arena.cc:52] CHECK in Alloc: FATAL ERROR: Out of memory
trying to allocate internal tcmalloc data (bytes=131072, object-size=640); is something preventing
mmap from succeeding (sandbox, VSS limitations)?
✘ [ERROR] 2666 external/com_google_tcmalloc/tcmalloc/system-alloc.cc:771] MmapAligned() failed - unable to allocate with tag (hint=0xf7280000000, size=1073741824, alignment=1073741824) - is something limiting address placement?
2666 external/com_google_tcmalloc/tcmalloc/arena.cc:52] CHECK in Alloc: FATAL ERROR: Out of memory
trying to allocate internal tcmalloc data (bytes=131072, object-size=640); is something preventing
mmap from succeeding (sandbox, VSS limitations)?
The text was updated successfully, but these errors were encountered:
Which Cloudflare product(s) does this pertain to?
Workers Runtime
What version(s) of the tool(s) are you using?
3.87.0 [Wrangler]
What version of Node are you using?
20.16.0
What operating system and version are you using?
WSL 2
PS > wsl --version
WSL version: 2.2.4.0
Kernel version: 5.15.153.1-2
WSLg version: 1.0.61
MSRDC version: 1.2.5326
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.26091.1-240325-1447.ge-release
Windows version: 10.0.22631.4460
Describe the Bug
Observed behavior
On WSL 2, when running "npx wrangler@latest dev" for the "hello world" Python example, the error happens.
Expected behavior
Steps to reproduce
Please provide the following:
On WSL1:
git clone https://github.com/cloudflare/python-workers-examples
cd python-workers-examples/01-hello
npx wrangler@latest dev
Python info: Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] on linux
Please provide a link to a minimal reproduction
No response
Please provide any relevant error logs
⛅️ wrangler 3.87.0
▲ [WARNING] The entrypoint src/entry.py defines a Python worker, support for Python workers is currently experimental. Python workers with a requirements.txt file can only be run locally and cannot be deployed.
⎔ Starting local server...
✘ [ERROR] write EPIPE
If you think this is a bug then please create an issue at https://github.com/cloudflare/workers-sdk/issues/new/choose
╭───────────────────────────────────────────────────────────✘ [ERROR] 2664 external/com_google_tcmalloc/tcmalloc/system-alloc.cc:771] MmapAligned() failed - unable to allocate with tag (hint=0xe10c0000000, size=1073741824, alignment=1073741824) - is something limiting address placement?
2664 external/com_google_tcmalloc/tcmalloc/arena.cc:52] CHECK in Alloc: FATAL ERROR: Out of memory
trying to allocate internal tcmalloc data (bytes=131072, object-size=640); is something preventing
mmap from succeeding (sandbox, VSS limitations)?
✘ [ERROR] 2666 external/com_google_tcmalloc/tcmalloc/system-alloc.cc:771] MmapAligned() failed - unable to allocate with tag (hint=0xf7280000000, size=1073741824, alignment=1073741824) - is something limiting address placement?
2666 external/com_google_tcmalloc/tcmalloc/arena.cc:52] CHECK in Alloc: FATAL ERROR: Out of memory
trying to allocate internal tcmalloc data (bytes=131072, object-size=640); is something preventing
mmap from succeeding (sandbox, VSS limitations)?
The text was updated successfully, but these errors were encountered: