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

Workaround for multiprocessing shared memory limits #37702

Merged
merged 1 commit into from
Mar 31, 2024

Commits on Mar 31, 2024

  1. Workaround for multiprocessing shared memory limits

    This affects musl libc and macos, see:
    sagemath#36741 (comment)
    
    We are working on a better fix to avoid using multiprocessing in
    sage.features, but this will do meanwhile.
    
    There is agreement that disabling the lock is completely harmless, since
    the counter is not really used for anything; disabling the lock fixes
    the issues that we had on 10.4.beta0.
    tornaria committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7a65d53 View commit details
    Browse the repository at this point in the history