[PHPUnit] Allowed memory size exhausted when tests with browsershot run #592
Unanswered
michaelklopf
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did you ever find a solution for this one? I'm also encountering this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a curious problem with Browsershot, when running my complete test suite on a Mac. The tests are running until I get a
Allowed memory size of 1073741824 bytes exhausted
error message. A single test is running successfully.When re-running the test suite I had sometimes a Browsershot error. After removing the test cases where Browsershot is involved I had no problem and the test suite finished. We don't have the problem on the CI server. The test checks if a e-mail is send with a pdf generated by browser shot out of model data.
The error I got with the newest Browsershot version is this one:
I had a look through the puppeteer issues, as well as chromium but didn't find the right clue yet. Has anyone an idea how to fix this problem?
My guesses are
Beta Was this translation helpful? Give feedback.
All reactions