Skip to content

Commit

Permalink
tweak(eap): Allow more memory usage for eap spans (#6298)
Browse files Browse the repository at this point in the history
  • Loading branch information
volokluev authored Sep 12, 2024
1 parent bdfe450 commit 6c680fe
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ query_processors:
prewhere_candidates:
[span_id, trace_id, segment_name]
- processor: TupleUnaliaser
- processor: ClickhouseSettingsOverride
args:
settings:
max_memory_usage: 5000000000
max_rows_to_group_by: 1000000
group_by_overflow_mode: any

mandatory_condition_checkers:
- condition: OrgIdEnforcer
Expand Down

0 comments on commit 6c680fe

Please sign in to comment.