Changes between Initial Version and Version 1 of Ticket #34356
- Timestamp:
- Feb 20, 2023, 9:03:08 AM (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34356 – Description
initial v1 19 19 I deployed a little test app to show this in action, with a link to the source code: https://weasyprint-mem.herokuapp.com/ 20 20 21 You can see that every time a PDF is generated it increases the memory usage, although not always consistently. I would expect the data for each PDF to be garbage-collected once it has rendered: 21 You can see from the attached image that every time a PDF is generated it increases the memory usage, although not always consistently. I would expect the data for each PDF to be garbage-collected once it has rendered: 22 23 [[Image(https://code.djangoproject.com/raw-attachment/ticket/34356/219976184-2e826b19-eb1d-40a8-926a-b9751468f0eb.jpg)]] 22 24 23 25 == Related