We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The max memory for WASI thread builds is set at:
https://github.com/python/cpython/blob/1a2e7a747540f74414e7c50556bcb2cc127e9d1c/configure.ac#L2408C59-L2408C67
But that's not enough for a build anymore:
https://github.com/brettcannon/cpython-wasi-build/actions/runs/9704017614/job/26783382753#step:7:3581
Either the limit needs to increase to at least 20971520 or be dropped entirely (probably the latter).
CPython main branch
Other
The text was updated successfully, but these errors were encountered:
dicej@118e9d8 suggests the settings might not even be necessary anymore.
Sorry, something went wrong.
Along the way the target triple should get updated to wasm32-wasip1-threads once #123877 is fixed.
wasm32-wasip1-threads
No branches or pull requests
Bug report
Bug description:
The max memory for WASI thread builds is set at:
https://github.com/python/cpython/blob/1a2e7a747540f74414e7c50556bcb2cc127e9d1c/configure.ac#L2408C59-L2408C67
But that's not enough for a build anymore:
https://github.com/brettcannon/cpython-wasi-build/actions/runs/9704017614/job/26783382753#step:7:3581
Either the limit needs to increase to at least 20971520 or be dropped entirely (probably the latter).
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
The text was updated successfully, but these errors were encountered: