-
Notifications
You must be signed in to change notification settings - Fork 59
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
Performance issue on Ubuntu #205
Comments
I managed to track down the issue with
I think this kind of waiting time totally unacceptable. I wonder why I don't see this issue on Fedora? Probably something in the try-block fails before the sleep. |
On fedora it probably stops at this condition where SELinux is checked |
As To remedy the issue, I think |
A suggestion: Refactor the The groups could be for example The desired groups could be passed as flags to the subprocesses and finally as a list of arguments to Motivation: For example, in pytables only the cache info is needed to optimize file I/O. |
Unsurprisingly also found on Linux Mint 21. |
Getting the cpu info on ubuntu takes over one second. I noticed this degradation in PyTables where the function is called at import time
Simple benchmark on ubuntu (in a docker container)
On fedora (the same machine and CPU)
The text was updated successfully, but these errors were encountered: