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(core): reduce likelihood of ENAMETOOLONG error on windows #13850

Merged

Conversation

AgentEnder
Copy link
Member

Current Behavior

We use a smaller batch size when many files are being passed to git for hashing on windows. This batch size is evidently still too big though, and some users report further ENAMETOOLONG errors that are resolved by committing changes.

Expected Behavior

We use an even smaller batch size when many files are being passed to git for hashing on windows

Related Issue(s)

Fixes #13712
Fixes #10929

@vercel
Copy link

vercel bot commented Dec 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nx-dev ✅ Ready (Inspect) Visit Preview Dec 15, 2022 at 4:30PM (UTC)

@FrozenPandaz FrozenPandaz enabled auto-merge (squash) December 15, 2022 16:43
@FrozenPandaz FrozenPandaz merged commit 5eabd6c into nrwl:master Dec 15, 2022
FrozenPandaz pushed a commit that referenced this pull request Dec 19, 2022
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NX spawn ENAMETOOLONG on Windows, Nx 15.2.4 NX spawn ENAMETOOLONG
2 participants