-
Notifications
You must be signed in to change notification settings - Fork 531
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
Reduced unwanted Object creation #922
Comments
Just shooting from the hip here, could this be related to the removal of the caching in that area, now we are ending up looking to the file system more often to see which cycles are there? I wonder if we could use a WatchService to eliminate unnecessary directory listings (i.e. only refresh when there are changes)? or if that would also be garbage-y? https://docs.oracle.com/javase/tutorial/essential/io/notification.html |
@nicktindall |
May be worth doing #913 while you are looking at this |
@nicktindall @JerryShea @RobAustin |
Released in Chronicle-Queue-5.21.92, BOM-2.21.237 |
This relates to the following support issue -- https://support.chronicle.software/staff/ticket/422
The following is from a YourKit Dump
The text was updated successfully, but these errors were encountered: