Skip to content
New issue

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

fix(docker): increase thread stack size on Alpine #223

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

dunglas
Copy link
Owner

@dunglas dunglas commented Sep 25, 2023

Mitigates php/php-src#12234.
Closes dunglas/symfony-docker#469.

The default thread stack size limit on Alpine (128KiB) isn't enough to compile the Symfony container.
This patch increases the limit to 512KiB (as on macOS), which seems to be enough.

Mitigates php/php-src#12234.
Closes dunglas/symfony-docker#469.

The default thread stack size limit on Alpine (128KiB) isn't enough to
compile the Symfony container.
This patch increases the limit to 512KiB (as on macOS), which seems to be
enough.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Symfony container build gets stuck when after container has been initalised
1 participant