Skip to content

Reduce default stack_trace_limit from 500 to 50 #1128

Closed
@felixbarny

Description

@felixbarny

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions