Closed
Description
Looking through the config docs, all other agents set the default limit to 50.
Setting a modest limit for the stack traces is important for APM Server to avoid out of memory issues when the in-memory queue fills up. The APM Server's queue size is measured in the number of events, not bytes. Therefore, it's important to be able to estimate the maximum event size in bytes so that we can provision an appropriate amount of memory for the default queue size.
cc @simitt