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

Executor thread - cpu affinity not working #1732

Open
matteo-gsr opened this issue Jan 26, 2025 · 0 comments
Open

Executor thread - cpu affinity not working #1732

matteo-gsr opened this issue Jan 26, 2025 · 0 comments

Comments

@matteo-gsr
Copy link

Hi,

I am using the embedded C media driver in dedicated threading mode and I am setting a CPU affinity on each of the conductor, sender and receiver threads.

It seems there's an aeron_executor thread which doesn't get the affinity. It looks like it's spawn by the conductor agent. However, it's not getting the same affinity.

It is problematic given it then ends up on the same isolated core of the critical thread, which I really don't want to.

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

No branches or pull requests

1 participant