-
Notifications
You must be signed in to change notification settings - Fork 41.3k
Open
Labels
theme: performanceIssues related to general performanceIssues related to general performancetype: enhancementA general enhancementA general enhancement
Milestone
Description
The creation of condition messages performs a reasonable amount of string concatenation that's contributing to GC pressure during startup. Without Actuator and --debug
, the messages will never actually be read. It might be interesting to investigate computing the messages lazily. It may not be straightforward as the message String
is currently used in hashCode
and equals
implementations.
Metadata
Metadata
Assignees
Labels
theme: performanceIssues related to general performanceIssues related to general performancetype: enhancementA general enhancementA general enhancement