-
Notifications
You must be signed in to change notification settings - Fork 19
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
Watchservice requires high sensitivity on this system #183
Comments
Can you list your operating system and other relevant details? Also it'd be good to verify what jdk it's actually using if possible. |
macOS 13.2.1 with M1 Pro processor In VSCode settings:
and the process is using that jdk:
I also have Zulu 8 installed, but doesn't look to be used here. What more information do you need? |
There's not much you can do here. Openjdk does not have a watch service that responds to filesystem or operating system events at this time. The implementation is completely polling-based, and thus will be slower, and could potentially miss events if for example a delete-file and create-file both occur between poll events. There's really not much I can do on my end to fix this. Writing a custom mac filewatcher service appears to be something that even openjdk is struggling with, so the odds that I can do better are very low ;) |
In VSCode, when Community Server Connector starts, the output shows many lines like:
I believe it's using openjdk 11.
What could be done to solve this?
The text was updated successfully, but these errors were encountered: