Skip to content

Revert "Smaller thread stack size for copy threads"#12626

Merged
YuliiaKovalova merged 1 commit intomainfrom
revert-12065-dev/erarndt/threadSize
Oct 10, 2025
Merged

Revert "Smaller thread stack size for copy threads"#12626
YuliiaKovalova merged 1 commit intomainfrom
revert-12065-dev/erarndt/threadSize

Conversation

@JanProvaznik
Copy link
Member

Reverts #12065

internally reported stack overflow was hit for disputable benefit

Copilot AI review requested due to automatic review settings October 9, 2025 08:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR reverts a previous optimization that reduced thread stack size for copy threads from the default to 64KB. The revert was necessary due to stack overflow issues that were internally reported, indicating the smaller stack size was causing stability problems that outweighed any potential performance benefits.

Key Changes:

  • Removes the explicit 64KB stack size specification for parallel copy threads
  • Returns to using the default thread stack size
  • Eliminates the associated code comment explaining the stack size optimization

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.

4 participants