Skip to content
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

Limit traceback size #476

Merged
merged 1 commit into from Feb 14, 2020
Merged

Conversation

adamchainz
Copy link
Contributor

Copied from the Ruby agent: https://github.com/scoutapp/scout_apm_ruby/blob/84575a57f2fb64bced6f2394632212f2bfb0268f/lib/scout_apm/layer.rb#L116

Not strictly related to implementing the issue, but spotted whilst investigating it as an idea to reduce memory usage and overhead.

Copied from the Ruby agent: https://github.com/scoutapp/scout_apm_ruby/blob/84575a57f2fb64bced6f2394632212f2bfb0268f/lib/scout_apm/layer.rb#L116

Not strictly related to implementing the issue, but spotted whilst investigating it as an idea to reduce memory usage and overhead.
@adamchainz adamchainz force-pushed the issue_471_reduce_memory_usage_backtraces branch from e971adf to bb90bad Compare February 14, 2020 16:09
@adamchainz adamchainz changed the title Limt traceback size Limit traceback size Feb 14, 2020
@adamchainz adamchainz merged commit f338940 into master Feb 14, 2020
@adamchainz adamchainz deleted the issue_471_reduce_memory_usage_backtraces branch February 14, 2020 18:44
@adamchainz
Copy link
Contributor Author

(Python's default stack size is 1000 which is probably TMI)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant