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

[r8] Apply pylint excessive memory usage fix #3017

Merged
merged 1 commit into from
Nov 25, 2020

Commits on Nov 24, 2020

  1. Apply pylint excessive memory usage fix

    With current astroid 2.4.2, pylint requires a ginormous amount of
    memory. Apply the recent fix during container build, until a newer
    version gets released.
    
    Revert the hack from commit 2835615 and go back to pylint
    auto-selecting the number of jobs based on number of CPUs.
    
    Backported from master PR rhinstaller#3018
    
    Related: rhbz#1885635
    martinpitt committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c7ece9b View commit details
    Browse the repository at this point in the history