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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
There is a memory leak when running pdfjs for extended periods of time. The
problem is that the "canvas_logs" array keeps growing with each run. It should
probably be reset in the tearDownPdfJS function.
Original issue reported on code.google.com by hann...@gmail.com on 8 Oct 2014 at 1:16
The text was updated successfully, but these errors were encountered:
The following commit fixes the memory leak in pdfjs benchmark:
https://github.com/masrud/octane-benchmark/commit/6cdbefce14b37fd5a02baed861e2b7
184682ae47
Original comment by masoomeh...@gmail.com on 6 Apr 2015 at 8:28
Original issue reported on code.google.com by
hann...@gmail.com
on 8 Oct 2014 at 1:16The text was updated successfully, but these errors were encountered: