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: memory leak when scanning sketchbooks with large files #2555

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

giacomocusinato
Copy link
Collaborator

@giacomocusinato giacomocusinato commented Nov 8, 2024

Motivation

Change description

Update glob version to fix memory leak issue
See isaacs/node-glob#435
Use glob version 10 as the highest compatible with IDE node version

Other information

Closes #2537

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among the Pull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

@giacomocusinato giacomocusinato changed the title core: upgrade node-glob library fix: memory leak issue when scanning sketches Nov 8, 2024
@giacomocusinato giacomocusinato marked this pull request as ready for review November 8, 2024 18:49
@giacomocusinato giacomocusinato added the topic: code Related to content of the project itself label Nov 8, 2024
@giacomocusinato giacomocusinato changed the title fix: memory leak issue when scanning sketches fix: memory leak when scanning sketchbooks with large files Nov 8, 2024
Resolves #2537

Fix memory leak issue caused by inflight dependency, see isaacs/node-glob#435
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arduino IDE 2.3.3 freezes and goes offline on macOS
1 participant