Skip to content

Mitigate CPU spikes when sending lots of events with lots of data#2449

Merged
antonpirker merged 9 commits intomasterfrom
antonpirker/2384-cpu-spikes
Oct 17, 2023
Merged

Mitigate CPU spikes when sending lots of events with lots of data#2449
antonpirker merged 9 commits intomasterfrom
antonpirker/2384-cpu-spikes

Conversation

@antonpirker
Copy link
Contributor

@antonpirker antonpirker commented Oct 16, 2023

Increasing the HTTP pool size to better handle the requests. Also not reading the response saves some CPU cycles because TLS stuff uses CPU.

This does not fix all CPU spikes, but instead of spikes happening every 1 in 3-4 times it only happens 1 in 7-8 times with my test script.

FIxes #2384

Loading
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.

Transport causes CPU Spikes on Larger Envelopes

3 participants