Closed tresf closed 1 year ago
Potential solution from Apache: https://logging.apache.org/log4j/2.x/manual/garbagefree.html#Impact_on_Application_Code:_Autoboxing
This only seems to affect autoboxing of primitives. We do use primitives in a few areas, but not enough for concern. We'll shelf this for the time being.
As reported by a premium customer:
The customer is printing ~160KB PDF using Base64 format. My suspicion is that Log4J2 is a bit less efficient about this.
Potential solution from Apache: https://logging.apache.org/log4j/2.x/manual/garbagefree.html#Impact_on_Application_Code:_Autoboxing