We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was monitoring "/Volumes" to detect usb devices being mounted/unmounted and noticed a significant memory leak in my application (roughly 3-5MB/sec).
I tracked it down to MacFSEvents and noticed it only seems to happen when a network mount is being monitored (it mounted with smb).
I've tried to find what is leaking but it appears to be in the C part of the code, I'd imagine _fsevents.loop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was monitoring "/Volumes" to detect usb devices being mounted/unmounted and noticed a significant memory leak in my application (roughly 3-5MB/sec).
I tracked it down to MacFSEvents and noticed it only seems to happen when a network mount is being monitored (it mounted with smb).
I've tried to find what is leaking but it appears to be in the C part of the code, I'd imagine _fsevents.loop
The text was updated successfully, but these errors were encountered: