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

Hosts without CONFIG_NUMA_BALANCING unsupported #2573

Open
Tracked by #692
leoluk opened this issue Aug 1, 2024 · 0 comments
Open
Tracked by #692

Hosts without CONFIG_NUMA_BALANCING unsupported #2573

leoluk opened this issue Aug 1, 2024 · 0 comments
Assignees

Comments

@leoluk
Copy link
Contributor

leoluk commented Aug 1, 2024

When running on a kernel without CONFIG_NUMA_BALANCING, this warning becomes fatal:

{
"/proc/sys/kernel/numa_balancing",
0,
WARN_EXACT,
}

ERR     08-01 15:08:17.230085 54546  f0   main src/app/fdctl/utility.c(151): system might not support configuring sysctl, fopen failed `/proc/sys/kernel/numa_balancing` (2-ENOENT-no such file or directory)

(on 0db931e)

@ripatel-fd ripatel-fd mentioned this issue Aug 2, 2024
2 tasks
@ripatel-fd ripatel-fd changed the title sysctl warning becomes fatal when sysctl does not exist Hosts with CONFIG_NUMA_BALANCING unsupported Aug 5, 2024
@ripatel-fd ripatel-fd changed the title Hosts with CONFIG_NUMA_BALANCING unsupported Hosts without CONFIG_NUMA_BALANCING unsupported Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@leoluk @ripatel-fd @mmcgee-jump and others