You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
The current implementation will generate 5 x 100MB x # of components worth of log files with JVM GC debug output. This is in addition to the actual log files (5 x 100MB x # of components)
Describe the solution you'd like
I would like a simple toggle to enable/disable this GC debug output
Describe alternatives you've considered
We could also make the log configuration parameters configurable, but I would be happy enough with ability to toggle.
Additional context
The Heron executor also seems to have older JVM parameters (pre-JDK 9), but we are now on JDK 11, so I think we should also clean up the older code that is no longer needed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current implementation will generate 5 x 100MB x # of components worth of log files with JVM GC debug output. This is in addition to the actual log files (5 x 100MB x # of components)
Describe the solution you'd like
I would like a simple toggle to enable/disable this GC debug output
Describe alternatives you've considered
We could also make the log configuration parameters configurable, but I would be happy enough with ability to toggle.
Additional context
The Heron executor also seems to have older JVM parameters (pre-JDK 9), but we are now on JDK 11, so I think we should also clean up the older code that is no longer needed.
The text was updated successfully, but these errors were encountered: