-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Allowed memory size of ... bytes exhausted" #283
Comments
@paulrrogers thanks for bringing this up. Can you explain more how your error reporting is too verbal? I would love to see so some examples of error reports that are just too memory intensive. Especially the ones that are causing the memory exhaustion. |
I'm closing this issue for now. @paulrrogers if you want us to investigate further we need your help diagnosing this |
Hello, I'm currently using Rollbar-php 1.4.1, and I have this error too.
I can help you to investigate further, what do you need to know ? |
We do have the same symptom. There's a complex flow in the Drupal application, without Rollbar, it works, with Rollbar, the memory limit is exceeded. Likely a notice or a warning is generated at some point and Rollbar doesn't have enough memory to prepare properly the payload that should be sent to the server. Checking what could be done about it. |
We had this problem as well. In our case it turned out that the stack traces contained |
Apparently some of my exceptions have a deep trace or otherwise are overflowing memory. Any chance Rollbar's error unwinding could be made less memory intense?
The text was updated successfully, but these errors were encountered: