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

Kill Zombies from the Fractal Dimension #638

Merged
merged 2 commits into from
Aug 13, 2021
Merged

Commits on Jun 8, 2021

  1. Kill nearly all zombie threads

    It still seems like instead of there being nProcessors number of
    threads, about 300 threads are created per processor and quickly
    terminated. Now peak threads are more like 3× number of processors, but
    there are still approximately nProcessors-worth of zombie threads
    surviving after the plugin finishes executing.
    mdoube committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    5d0409e View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Kill zombie threads

    Happy Friday 13th
    mdoube committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    d00da72 View commit details
    Browse the repository at this point in the history