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
When we generate a PDF overview of a big booking with many assets, it runs out of ram because we use headless chrome and it consumes all the server ram because chrome likes to munch on ram.
Solution:
Move this to be completely client side and use the browser's print functionality to create the PDF.
We can use the html we already have and change it to react so we have render the preview of the PDF before showing a download button.
The text was updated successfully, but these errors were encountered:
When we generate a PDF overview of a big booking with many assets, it runs out of ram because we use headless chrome and it consumes all the server ram because chrome likes to munch on ram.
Solution:
Move this to be completely client side and use the browser's print functionality to create the PDF.
We can use the html we already have and change it to react so we have render the preview of the PDF before showing a download button.
The text was updated successfully, but these errors were encountered: