cessda / cessda.cvs.two

Apache License 2.0
0 stars 2 forks source link

High CPU usage on production #568

Closed matthew-morris-cessda closed 1 year ago

matthew-morris-cessda commented 1 year ago

Output from logs:

{
  "level": "WARN",
  "app_name": "cvs",
  "app_port": "8080",
  "timestamp": "2023-03-13T14:03:27.011Z",
  "thread_name": "XNIO-1 task-1",
  "logger_name": "c.i.l.r.RootRenderer",
  "message": "Element does not fit current area. "
}

These logs were outputted nearly every millisecond.

matthew-morris-cessda commented 1 year ago

Appears to be related to PDF generation, as c.i.l.r is short for com.itextpdf.layout.renderer.

matthew-morris-cessda commented 1 year ago

Logs have already been disabled for com.itextpdf on production