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

Raise default --watchfs event limit #23682

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 19, 2024

  1. Raise default --watchfs event limit

    By default, the JDK only reports up to 500 events per `WatchKey` (and thus, per directory). This can be too low in large repos.
    
    RELNOTES: The default limit on the number of `--watchfs` file events per directory has been raised to 10,000 (from 500). If needed, it can be increased further via `--host_jvm_args=-Djdk.nio.file.WatchService.maxEventsPerPoll=N`.
    fmeum committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8c90c6b View commit details
    Browse the repository at this point in the history
  2. Skip test on macOS

    fmeum committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c018f9c View commit details
    Browse the repository at this point in the history