build: raise default stack reserve to 8 MB#8234
Merged
DOsinga merged 1 commit intoaaif-goose:mainfrom Apr 2, 2026
Merged
Conversation
DOsinga
approved these changes
Apr 1, 2026
Collaborator
DOsinga
left a comment
There was a problem hiding this comment.
this is crazy! thanks for fixing
Collaborator
|
can you do the DCO thing so we can get this in? |
Signed-off-by: Kevin Lam <kevklam@users.noreply.github.com>
a30af22 to
7437b17
Compare
Contributor
Author
|
Done - thanks! Not familiar with DCO, but seems relatively straightforward. |
lifeizhou-ap
added a commit
that referenced
this pull request
Apr 7, 2026
* origin/main: (32 commits) docs: rework homepage and add aaif migration blog post (#8356) chore(aaif): rename a bunch of repository references (#8152) fix: use OPENAI_API_KEY secret for recipe security scanner (#8358) feat: configurable extension timeouts via ACP _meta and global default (#8295) fix: hide hidden extensions in UI (#8346) refactor: skills as its own platform ext (#8244) fix baseUrl (#8347) Fix desktop slash commands (#8341) fix(cli): display platform-correct secrets path in keyring config dialog (#8328) feat(acp): add reusable ACP provider controls (#8314) fix: resolve MDX compilation error in using-goosehints.md (#8332) fix: use v1beta1 API version for Google/MaaS models on GCP Vertex AI (#8278) docs: add MCP Roots guide (#8252) rust acp client for extension methods (#8227) fix: reconsolidate split tool-call messages to follow OpenAI format (#7921) fix: clean up MCP subprocesses after abrupt parent exit (#8242) build: raise default stack reserve to 8 MB (#8234) fix(config): honour GOOSE_DISABLE_KEYRING from config.yaml at startup (#8219) feat: add configurable fast_model for declarative providers (#8194) fix(authentication): Allow connecting to Oauth servers that use protected-resource fallback instead of the WWW-authenticate header (#8148) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
See #6025 - on Windows, the default stack size is only 1mb, compared to MacOS/Linux where 8mb is more typical. Rust async futures are fairly demanding stack wise, and debug builds fail at runtime with stack overflow.
Testing
Manual testing - the repro steps are simple (Windows only):
Issue repros without the stack increase, and does not repro with the stack increase.
Related Issues
Relates to #6025
Screenshots/Demos (for UX changes)
n/a