Creating a Tokio runtime panics on older kernels (e.g. CentOS 5) — possible cgroup issue #7433
Unanswered
seventeenman
asked this question in
Q&A
Replies: 2 comments
-
It would be better getting the panic message. 🤔 |
Beta Was this translation helpful? Give feedback.
0 replies
-
That Linux kernel version is from 2006. It's not supported. In fact, even the Rust language itself requires a newer kernel version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When trying to create a Tokio runtime on a machine running CentOS 5 (with an older Linux kernel), the program panics at runtime. The panic seems to be related to missing cgroup support in the kernel.
Is there any known temporary workaround or recommended configuration that allows Tokio to run on older Linux systems?
Environment
Reproduction
Beta Was this translation helpful? Give feedback.
All reactions