-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1003c27
commit 8978729
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Line 32: This value isn't big enough to handle crashes that happen when large DB queries fail. I had to increase this value to
5 * 1024 * 1024
(5MB) on my server. Can we move this value to a config file so users can adjust it for their environment? @skylerfenn @taylorotwellI've seen tickets on both Sentry and Snagabug repos where those libraries are unable to report the error because the
reservedMemory
here is too small to load them in. Using 5meg allows them to capture errors in many more situations.