PDF reports are failing with large data - 80k rows
-
We tried generating PDF report with more than 80K rows on a Windows machine after setting it up following the steps: https://jsreport.net/on-prem (without any docker image)
The RAM consumption for 1 lakh rows was around 11 GB, but it generated the report successfully with div (We removed the table tags and created a div structure for the tabular report).
But in the containerised K8s environment, we get the following error:
We need to generate a 100k-row PDF report, and we want to do it with jsreport deployed in a containerised environment. Can you please suggest what we should do to overcome the error we are facing?
If we deploy it on a standalone VM, it works fine to generate the report.
This is a blocker for us.
Can you please suggest a solution? We suspect some issue around the puppeteer/chromium in the base image. We are using this base image - FROM jsreport/jsreport:4.7.0-full.